Html Css Color HEX #94BC09 Citrus

📋 copy color: '#94BC09'

red 148 ◦ green 188 ◦ blue 9

#94BC09
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citrus #94BC09

Tints of Citrus #94BC09

RGB

 RED value IS 148 (58.2% from 255) = 42.9%

 GREEN value IS 188 (73.83% from 255) = 54.49%

 BLUE value IS 9 (3.91% from 255) = 2.61%

R = 42.9%
G = 54.49%
B = 2.61%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.95

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#94BC09 (or 0x94BC09) is known color: Citrus. HEX triplet: 94, BC and 09. RGB value is (148,188,9). Sum of RGB (Red+Green+Blue) = 148+188+9=345 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.90% from 345); Green value is 188 (73.83% from 255 or 54.49% from 345); Blue value is 9 (3.91% from 255 or 2.61% from 345); Max value from RGB is 188 - color contains mainly: green. Hex color #94BC09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94BC09 is #6B43F6. Grayscale: #9C9C9C. Windows color (decimal): -7029751 or 638100. OLE color: 638100.

HSL color Cylindrical-coordinate representation of color #94BC09: hue angle of 73.41º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #94BC09 is Cyan = 0.21, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.26.

Color convert

RGB 148 188 9 -
CMYK 0.21 0 0.95 0.26
HSL 73.41º 0.91% 0.39% -
HSV(B) 73.41º 0.95% 0.74% -
XYZ 30.25 42.28 6.83 -
YUV 155.63 45.25 122.55 -
System Red Green Blue C M Y K H S L
Decimal 148 188 9 0.21 0 0.95 0.26 73.41 0.91 0.39
Hex 94 BC 9 15 0 5F 1A 49 5B 27
Octal 224 274 11 25 0 137 32 111 133 47
Binary 10010100 10111100 1001 10101 0 1011111 11010 1001001 1011011 100111

Color Harmonies of #94BC09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BC09

Black with #94BC09

Text Example


Text Example

White with #94BC09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94BC09; }

 p { color: rgb(148,188,9); }

 H1.HeaderClassName
 {
   color: #94BC09;
 }
 .AnyTagClassName
 {
   color: #94BC09;
 }
</style>

background-color css

<style>
 a { background-color: #94BC09; }

 a { background-color: rgb(148,188,9); }

 div.DivClassName
 {
   background-color: #94BC09;
 }
 .BgClassName
 {
   background-color: #94BC09;
 }
</style>

border-color css

<style>
 span { border-color: #94BC09; }

 span { border-color: rgb(148,188,9); }

 td.TdClassName
 {
   border-color: #94BC09;
 }
 .TagClassName
 {
   border-color: #94BC09;
 }
</style>