Html Css Color HEX #96AC0C Citrus

📋 copy color: '#96AC0C'

red 150 ◦ green 172 ◦ blue 12

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

Shades of Citrus #96AC0C

Tints of Citrus #96AC0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.59%

R = 44.91%
G = 51.5%
B = 3.59%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#96AC0C (or 0x96AC0C) is known color: Citrus. HEX triplet: 96, AC and 0C. RGB value is (150,172,12). Sum of RGB (Red+Green+Blue) = 150+172+12=334 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.91% from 334); Green value is 172 (67.58% from 255 or 51.50% from 334); Blue value is 12 (5.08% from 255 or 3.59% from 334); Max value from RGB is 172 - color contains mainly: green. Hex color #96AC0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96AC0C is #6953F3. Grayscale: #939393. Windows color (decimal): -6902772 or 830614. OLE color: 830614.

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

Color convert

RGB 150 172 12 -
CMYK 0.13 0 0.93 0.33
HSL 68.25º 0.87% 0.36% -
HSV(B) 68.25º 0.93% 0.67% -
XYZ 27.4 36.02 5.86 -
YUV 147.18 51.71 130.01 -
System Red Green Blue C M Y K H S L
Decimal 150 172 12 0.13 0 0.93 0.33 68.25 0.87 0.36
Hex 96 AC C D 0 5D 21 44 57 24
Octal 226 254 14 15 0 135 41 104 127 44
Binary 10010110 10101100 1100 1101 0 1011101 100001 1000100 1010111 100100

Color Harmonies of #96AC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AC0C

Black with #96AC0C

Text Example


Text Example

White with #96AC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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