Html Css Color HEX #96AF09 Citrus

📋 copy color: '#96AF09'

red 150 ◦ green 175 ◦ blue 9

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

Shades of Citrus #96AF09

Tints of Citrus #96AF09

RGB

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

 GREEN value IS 175 (68.75% from 255) = 52.4%

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

R = 44.91%
G = 52.4%
B = 2.69%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#96AF09 (or 0x96AF09) is known color: Citrus. HEX triplet: 96, AF and 09. RGB value is (150,175,9). Sum of RGB (Red+Green+Blue) = 150+175+9=334 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.91% from 334); Green value is 175 (68.75% from 255 or 52.40% from 334); Blue value is 9 (3.91% from 255 or 2.69% from 334); Max value from RGB is 175 - color contains mainly: green. Hex color #96AF09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96AF09 is #6950F6. Grayscale: #959595. Windows color (decimal): -6902007 or 634774. OLE color: 634774.

HSL color Cylindrical-coordinate representation of color #96AF09: hue angle of 69.04º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #96AF09 is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB 150 175 9 -
CMYK 0.14 0 0.95 0.31
HSL 69.04º 0.9% 0.36% -
HSV(B) 69.04º 0.95% 0.69% -
XYZ 27.96 37.16 5.96 -
YUV 148.6 49.22 129 -
System Red Green Blue C M Y K H S L
Decimal 150 175 9 0.14 0 0.95 0.31 69.04 0.9 0.36
Hex 96 AF 9 E 0 5F 1F 45 5A 24
Octal 226 257 11 16 0 137 37 105 132 44
Binary 10010110 10101111 1001 1110 0 1011111 11111 1000101 1011010 100100

Color Harmonies of #96AF09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AF09

Black with #96AF09

Text Example


Text Example

White with #96AF09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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