Html Css Color HEX #96B815 Citrus

📋 copy color: '#96B815'

red 150 ◦ green 184 ◦ blue 21

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

Shades of Citrus #96B815

Tints of Citrus #96B815

RGB

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

 GREEN value IS 184 (72.27% from 255) = 51.83%

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

R = 42.25%
G = 51.83%
B = 5.92%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#96B815 (or 0x96B815) is known color: Citrus. HEX triplet: 96, B8 and 15. RGB value is (150,184,21). Sum of RGB (Red+Green+Blue) = 150+184+21=355 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.25% from 355); Green value is 184 (72.27% from 255 or 51.83% from 355); Blue value is 21 (8.59% from 255 or 5.92% from 355); Max value from RGB is 184 - color contains mainly: green. Hex color #96B815 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96B815 is #6947EA. Grayscale: #9B9B9B. Windows color (decimal): -6899691 or 1423510. OLE color: 1423510.

HSL color Cylindrical-coordinate representation of color #96B815: hue angle of 72.52º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #96B815 is Cyan = 0.18, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB 150 184 21 -
CMYK 0.18 0 0.89 0.28
HSL 72.52º 0.8% 0.4% -
HSV(B) 72.52º 0.89% 0.72% -
XYZ 29.85 40.82 7.01 -
YUV 155.25 52.24 124.25 -
System Red Green Blue C M Y K H S L
Decimal 150 184 21 0.18 0 0.89 0.28 72.52 0.8 0.4
Hex 96 B8 15 12 0 59 1C 49 50 28
Octal 226 270 25 22 0 131 34 111 120 50
Binary 10010110 10111000 10101 10010 0 1011001 11100 1001001 1010000 101000

Color Harmonies of #96B815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B815

Black with #96B815

Text Example


Text Example

White with #96B815

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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