Html Css Color HEX #96B10E Citrus

📋 copy color: '#96B10E'

red 150 ◦ green 177 ◦ blue 14

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

Shades of Citrus #96B10E

Tints of Citrus #96B10E

RGB

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

 GREEN value IS 177 (69.53% from 255) = 51.91%

 BLUE value IS 14 (5.86% from 255) = 4.11%

R = 43.99%
G = 51.91%
B = 4.11%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#96B10E (or 0x96B10E) is known color: Citrus. HEX triplet: 96, B1 and 0E. RGB value is (150,177,14). Sum of RGB (Red+Green+Blue) = 150+177+14=341 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.99% from 341); Green value is 177 (69.53% from 255 or 51.91% from 341); Blue value is 14 (5.86% from 255 or 4.11% from 341); Max value from RGB is 177 - color contains mainly: green. Hex color #96B10E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96B10E is #694EF1. Grayscale: #969696. Windows color (decimal): -6901490 or 962966. OLE color: 962966.

HSL color Cylindrical-coordinate representation of color #96B10E: hue angle of 69.94º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #96B10E is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.31.

Color convert

RGB 150 177 14 -
CMYK 0.15 0 0.92 0.31
HSL 69.94º 0.85% 0.37% -
HSV(B) 69.94º 0.92% 0.69% -
XYZ 28.38 37.96 6.25 -
YUV 150.35 51.05 127.75 -
System Red Green Blue C M Y K H S L
Decimal 150 177 14 0.15 0 0.92 0.31 69.94 0.85 0.37
Hex 96 B1 E F 0 5C 1F 46 55 25
Octal 226 261 16 17 0 134 37 106 125 45
Binary 10010110 10110001 1110 1111 0 1011100 11111 1000110 1010101 100101

Color Harmonies of #96B10E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B10E

Black with #96B10E

Text Example


Text Example

White with #96B10E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,177,14); }

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

background-color css

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

 a { background-color: rgb(150,177,14); }

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

border-color css

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

 span { border-color: rgb(150,177,14); }

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