Html Css Color HEX #96B115 Citrus

📋 copy color: '#96B115'

red 150 ◦ green 177 ◦ blue 21

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

Shades of Citrus #96B115

Tints of Citrus #96B115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.03%

R = 43.1%
G = 50.86%
B = 6.03%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#96B115 (or 0x96B115) is known color: Citrus. HEX triplet: 96, B1 and 15. RGB value is (150,177,21). Sum of RGB (Red+Green+Blue) = 150+177+21=348 (46% of max value = 765). Red value is 150 (58.98% from 255 or 43.10% from 348); Green value is 177 (69.53% from 255 or 50.86% from 348); Blue value is 21 (8.59% from 255 or 6.03% from 348); Max value from RGB is 177 - color contains mainly: green. Hex color #96B115 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96B115 is #694EEA. Grayscale: #979797. Windows color (decimal): -6901483 or 1421718. OLE color: 1421718.

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

Color convert

RGB 150 177 21 -
CMYK 0.15 0 0.88 0.31
HSL 70.38º 0.79% 0.39% -
HSV(B) 70.38º 0.88% 0.69% -
XYZ 28.44 37.98 6.54 -
YUV 151.14 54.55 127.18 -
System Red Green Blue C M Y K H S L
Decimal 150 177 21 0.15 0 0.88 0.31 70.38 0.79 0.39
Hex 96 B1 15 F 0 58 1F 46 4F 27
Octal 226 261 25 17 0 130 37 106 117 47
Binary 10010110 10110001 10101 1111 0 1011000 11111 1000110 1001111 100111

Color Harmonies of #96B115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B115

Black with #96B115

Text Example


Text Example

White with #96B115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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