Html Css Color HEX #96AF13 Citrus

📋 copy color: '#96AF13'

red 150 ◦ green 175 ◦ blue 19

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

Shades of Citrus #96AF13

Tints of Citrus #96AF13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.52%

R = 43.6%
G = 50.87%
B = 5.52%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#96AF13 (or 0x96AF13) is known color: Citrus. HEX triplet: 96, AF and 13. RGB value is (150,175,19). Sum of RGB (Red+Green+Blue) = 150+175+19=344 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.60% from 344); Green value is 175 (68.75% from 255 or 50.87% from 344); Blue value is 19 (7.81% from 255 or 5.52% from 344); Max value from RGB is 175 - color contains mainly: green. Hex color #96AF13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96AF13 is #6950EC. Grayscale: #969696. Windows color (decimal): -6901997 or 1290134. OLE color: 1290134.

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

Color convert

RGB 150 175 19 -
CMYK 0.14 0 0.89 0.31
HSL 69.62º 0.8% 0.38% -
HSV(B) 69.62º 0.89% 0.69% -
XYZ 28.03 37.19 6.32 -
YUV 149.74 54.22 128.18 -
System Red Green Blue C M Y K H S L
Decimal 150 175 19 0.14 0 0.89 0.31 69.62 0.8 0.38
Hex 96 AF 13 E 0 59 1F 46 50 26
Octal 226 257 23 16 0 131 37 106 120 46
Binary 10010110 10101111 10011 1110 0 1011001 11111 1000110 1010000 100110

Color Harmonies of #96AF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AF13

Black with #96AF13

Text Example


Text Example

White with #96AF13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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