Html Css Color HEX #96AB09 Citrus

📋 copy color: '#96AB09'

red 150 ◦ green 171 ◦ blue 9

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

Shades of Citrus #96AB09

Tints of Citrus #96AB09

RGB

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

 GREEN value IS 171 (67.19% from 255) = 51.82%

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

R = 45.45%
G = 51.82%
B = 2.73%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#96AB09 (or 0x96AB09) is known color: Citrus. HEX triplet: 96, AB and 09. RGB value is (150,171,9). Sum of RGB (Red+Green+Blue) = 150+171+9=330 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.45% from 330); Green value is 171 (67.19% from 255 or 51.82% from 330); Blue value is 9 (3.91% from 255 or 2.73% from 330); Max value from RGB is 171 - color contains mainly: green. Hex color #96AB09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96AB09 is #6954F6. Grayscale: #929292. Windows color (decimal): -6903031 or 633750. OLE color: 633750.

HSL color Cylindrical-coordinate representation of color #96AB09: hue angle of 67.78º degrees, saturation: 0.9, 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 #96AB09 is Cyan = 0.12, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 171 9 -
CMYK 0.12 0 0.95 0.33
HSL 67.78º 0.9% 0.35% -
HSV(B) 67.78º 0.95% 0.67% -
XYZ 27.19 35.63 5.7 -
YUV 146.25 50.54 130.67 -
System Red Green Blue C M Y K H S L
Decimal 150 171 9 0.12 0 0.95 0.33 67.78 0.9 0.35
Hex 96 AB 9 C 0 5F 21 44 5A 23
Octal 226 253 11 14 0 137 41 104 132 43
Binary 10010110 10101011 1001 1100 0 1011111 100001 1000100 1011010 100011

Color Harmonies of #96AB09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AB09

Black with #96AB09

Text Example


Text Example

White with #96AB09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,171,9); }

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

background-color css

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

 a { background-color: rgb(150,171,9); }

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

border-color css

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

 span { border-color: rgb(150,171,9); }

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