Html Css Color HEX #96AC0F Citrus

📋 copy color: '#96AC0F'

red 150 ◦ green 172 ◦ blue 15

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

Shades of Citrus #96AC0F

Tints of Citrus #96AC0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.45%

R = 44.51%
G = 51.04%
B = 4.45%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#96AC0F (or 0x96AC0F) is known color: Citrus. HEX triplet: 96, AC and 0F. RGB value is (150,172,15). Sum of RGB (Red+Green+Blue) = 150+172+15=337 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.51% from 337); Green value is 172 (67.58% from 255 or 51.04% from 337); Blue value is 15 (6.25% from 255 or 4.45% from 337); Max value from RGB is 172 - color contains mainly: green. Hex color #96AC0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96AC0F is #6953F0. Grayscale: #949494. Windows color (decimal): -6902769 or 1027222. OLE color: 1027222.

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

Color convert

RGB 150 172 15 -
CMYK 0.13 0 0.91 0.33
HSL 68.41º 0.84% 0.37% -
HSV(B) 68.41º 0.91% 0.67% -
XYZ 27.42 36.02 5.96 -
YUV 147.52 53.21 129.77 -
System Red Green Blue C M Y K H S L
Decimal 150 172 15 0.13 0 0.91 0.33 68.41 0.84 0.37
Hex 96 AC F D 0 5B 21 44 54 25
Octal 226 254 17 15 0 133 41 104 124 45
Binary 10010110 10101100 1111 1101 0 1011011 100001 1000100 1010100 100101

Color Harmonies of #96AC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AC0F

Black with #96AC0F

Text Example


Text Example

White with #96AC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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