Html Css Color HEX #96B602 Citrus

📋 copy color: '#96B602'

red 150 ◦ green 182 ◦ blue 2

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

Shades of Citrus #96B602

Tints of Citrus #96B602

RGB

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

 GREEN value IS 182 (71.48% from 255) = 54.49%

 BLUE value IS 2 (1.17% from 255) = 0.6%

R = 44.91%
G = 54.49%
B = 0.6%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#96B602 (or 0x96B602) is known color: Citrus. HEX triplet: 96, B6 and 02. RGB value is (150,182,2). Sum of RGB (Red+Green+Blue) = 150+182+2=334 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.91% from 334); Green value is 182 (71.48% from 255 or 54.49% from 334); Blue value is 2 (1.17% from 255 or 0.60% from 334); Max value from RGB is 182 - color contains mainly: green. Hex color #96B602 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96B602 is #6949FD. Grayscale: #989898. Windows color (decimal): -6900222 or 177814. OLE color: 177814.

HSL color Cylindrical-coordinate representation of color #96B602: hue angle of 70.67º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #96B602 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB 150 182 2 -
CMYK 0.18 0 0.99 0.29
HSL 70.67º 0.98% 0.36% -
HSV(B) 70.67º 0.99% 0.71% -
XYZ 29.32 39.94 6.22 -
YUV 151.91 43.4 126.64 -
System Red Green Blue C M Y K H S L
Decimal 150 182 2 0.18 0 0.99 0.29 70.67 0.98 0.36
Hex 96 B6 2 12 0 63 1D 47 62 24
Octal 226 266 2 22 0 143 35 107 142 44
Binary 10010110 10110110 10 10010 0 1100011 11101 1000111 1100010 100100

Color Harmonies of #96B602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B602

Black with #96B602

Text Example


Text Example

White with #96B602

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,182,2); }

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

background-color css

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

 a { background-color: rgb(150,182,2); }

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

border-color css

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

 span { border-color: rgb(150,182,2); }

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