Html Css Color HEX #96AC11 Citrus

📋 copy color: '#96AC11'

red 150 ◦ green 172 ◦ blue 17

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

Shades of Citrus #96AC11

Tints of Citrus #96AC11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.01%

R = 44.25%
G = 50.74%
B = 5.01%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#96AC11 (or 0x96AC11) is known color: Citrus. HEX triplet: 96, AC and 11. RGB value is (150,172,17). Sum of RGB (Red+Green+Blue) = 150+172+17=339 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.25% from 339); Green value is 172 (67.58% from 255 or 50.74% from 339); Blue value is 17 (7.03% from 255 or 5.01% from 339); Max value from RGB is 172 - color contains mainly: green. Hex color #96AC11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96AC11 is #6953EE. Grayscale: #949494. Windows color (decimal): -6902767 or 1158294. OLE color: 1158294.

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

Color convert

RGB 150 172 17 -
CMYK 0.13 0 0.90 0.33
HSL 68.52º 0.82% 0.37% -
HSV(B) 68.52º 0.9% 0.67% -
XYZ 27.43 36.03 6.04 -
YUV 147.75 54.21 129.6 -
System Red Green Blue C M Y K H S L
Decimal 150 172 17 0.13 0 0.90 0.33 68.52 0.82 0.37
Hex 96 AC 11 D 0 5A 21 45 52 25
Octal 226 254 21 15 0 132 41 105 122 45
Binary 10010110 10101100 10001 1101 0 1011010 100001 1000101 1010010 100101

Color Harmonies of #96AC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AC11

Black with #96AC11

Text Example


Text Example

White with #96AC11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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