Html Css Color HEX #96B515 Citrus

📋 copy color: '#96B515'

red 150 ◦ green 181 ◦ blue 21

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

Shades of Citrus #96B515

Tints of Citrus #96B515

RGB

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

 GREEN value IS 181 (71.09% from 255) = 51.42%

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

R = 42.61%
G = 51.42%
B = 5.97%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#96B515 (or 0x96B515) is known color: Citrus. HEX triplet: 96, B5 and 15. RGB value is (150,181,21). Sum of RGB (Red+Green+Blue) = 150+181+21=352 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.61% from 352); Green value is 181 (71.09% from 255 or 51.42% from 352); Blue value is 21 (8.59% from 255 or 5.97% from 352); Max value from RGB is 181 - color contains mainly: green. Hex color #96B515 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96B515 is #694AEA. Grayscale: #9A9A9A. Windows color (decimal): -6900459 or 1422742. OLE color: 1422742.

HSL color Cylindrical-coordinate representation of color #96B515: hue angle of 71.62º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #96B515 is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 150 181 21 -
CMYK 0.17 0 0.88 0.29
HSL 71.63º 0.79% 0.4% -
HSV(B) 71.63º 0.88% 0.71% -
XYZ 29.24 39.59 6.81 -
YUV 153.49 53.23 125.51 -
System Red Green Blue C M Y K H S L
Decimal 150 181 21 0.17 0 0.88 0.29 71.63 0.79 0.4
Hex 96 B5 15 11 0 58 1D 48 4F 28
Octal 226 265 25 21 0 130 35 110 117 50
Binary 10010110 10110101 10101 10001 0 1011000 11101 1001000 1001111 101000

Color Harmonies of #96B515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B515

Black with #96B515

Text Example


Text Example

White with #96B515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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