Html Css Color HEX #96AC08 Citrus

📋 copy color: '#96AC08'

red 150 ◦ green 172 ◦ blue 8

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

Shades of Citrus #96AC08

Tints of Citrus #96AC08

RGB

 RED value IS 150 (58.98% from 255) = 45.45%

 GREEN value IS 172 (67.58% from 255) = 52.12%

 BLUE value IS 8 (3.52% from 255) = 2.42%

R = 45.45%
G = 52.12%
B = 2.42%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#96AC08 (or 0x96AC08) is known color: Citrus. HEX triplet: 96, AC and 08. RGB value is (150,172,8). Sum of RGB (Red+Green+Blue) = 150+172+8=330 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.45% from 330); Green value is 172 (67.58% from 255 or 52.12% from 330); Blue value is 8 (3.52% from 255 or 2.42% from 330); Max value from RGB is 172 - color contains mainly: green. Hex color #96AC08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96AC08 is #6953F7. Grayscale: #939393. Windows color (decimal): -6902776 or 568470. OLE color: 568470.

HSL color Cylindrical-coordinate representation of color #96AC08: hue angle of 68.05º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #96AC08 is Cyan = 0.13, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 172 8 -
CMYK 0.13 0 0.95 0.33
HSL 68.05º 0.91% 0.35% -
HSV(B) 68.05º 0.95% 0.67% -
XYZ 27.37 36.01 5.74 -
YUV 146.73 49.71 130.34 -
System Red Green Blue C M Y K H S L
Decimal 150 172 8 0.13 0 0.95 0.33 68.05 0.91 0.35
Hex 96 AC 8 D 0 5F 21 44 5B 23
Octal 226 254 10 15 0 137 41 104 133 43
Binary 10010110 10101100 1000 1101 0 1011111 100001 1000100 1011011 100011

Color Harmonies of #96AC08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AC08

Black with #96AC08

Text Example


Text Example

White with #96AC08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96AC08; }

 p { color: rgb(150,172,8); }

 H1.HeaderClassName
 {
   color: #96AC08;
 }
 .AnyTagClassName
 {
   color: #96AC08;
 }
</style>

background-color css

<style>
 a { background-color: #96AC08; }

 a { background-color: rgb(150,172,8); }

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

border-color css

<style>
 span { border-color: #96AC08; }

 span { border-color: rgb(150,172,8); }

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