Html Css Color HEX #96BC16 Citrus

📋 copy color: '#96BC16'

red 150 ◦ green 188 ◦ blue 22

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

Shades of Citrus #96BC16

Tints of Citrus #96BC16

RGB

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

 GREEN value IS 188 (73.83% from 255) = 52.22%

 BLUE value IS 22 (8.98% from 255) = 6.11%

R = 41.67%
G = 52.22%
B = 6.11%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#96BC16 (or 0x96BC16) is known color: Citrus. HEX triplet: 96, BC and 16. RGB value is (150,188,22). Sum of RGB (Red+Green+Blue) = 150+188+22=360 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.67% from 360); Green value is 188 (73.83% from 255 or 52.22% from 360); Blue value is 22 (8.98% from 255 or 6.11% from 360); Max value from RGB is 188 - color contains mainly: green. Hex color #96BC16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96BC16 is #6943E9. Grayscale: #9E9E9E. Windows color (decimal): -6898666 or 1490070. OLE color: 1490070.

HSL color Cylindrical-coordinate representation of color #96BC16: hue angle of 73.73º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #96BC16 is Cyan = 0.20, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB 150 188 22 -
CMYK 0.20 0 0.88 0.26
HSL 73.73º 0.79% 0.41% -
HSV(B) 73.73º 0.88% 0.74% -
XYZ 30.71 42.51 7.35 -
YUV 157.71 51.41 122.5 -
System Red Green Blue C M Y K H S L
Decimal 150 188 22 0.20 0 0.88 0.26 73.73 0.79 0.41
Hex 96 BC 16 14 0 58 1A 4A 4F 29
Octal 226 274 26 24 0 130 32 112 117 51
Binary 10010110 10111100 10110 10100 0 1011000 11010 1001010 1001111 101001

Color Harmonies of #96BC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BC16

Black with #96BC16

Text Example


Text Example

White with #96BC16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,188,22); }

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

background-color css

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

 a { background-color: rgb(150,188,22); }

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

border-color css

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

 span { border-color: rgb(150,188,22); }

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