Html Css Color HEX #96B30B Citrus

📋 copy color: '#96B30B'

red 150 ◦ green 179 ◦ blue 11

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

Shades of Citrus #96B30B

Tints of Citrus #96B30B

RGB

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

 GREEN value IS 179 (70.31% from 255) = 52.65%

 BLUE value IS 11 (4.69% from 255) = 3.24%

R = 44.12%
G = 52.65%
B = 3.24%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#96B30B (or 0x96B30B) is known color: Citrus. HEX triplet: 96, B3 and 0B. RGB value is (150,179,11). Sum of RGB (Red+Green+Blue) = 150+179+11=340 (45% of max value = 765). Red value is 150 (58.98% from 255 or 44.12% from 340); Green value is 179 (70.31% from 255 or 52.65% from 340); Blue value is 11 (4.69% from 255 or 3.24% from 340); Max value from RGB is 179 - color contains mainly: green. Hex color #96B30B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96B30B is #694CF4. Grayscale: #979797. Windows color (decimal): -6900981 or 766870. OLE color: 766870.

HSL color Cylindrical-coordinate representation of color #96B30B: hue angle of 70.36º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #96B30B is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB 150 179 11 -
CMYK 0.16 0 0.94 0.30
HSL 70.36º 0.88% 0.37% -
HSV(B) 70.36º 0.94% 0.7% -
XYZ 28.76 38.75 6.28 -
YUV 151.18 48.89 127.16 -
System Red Green Blue C M Y K H S L
Decimal 150 179 11 0.16 0 0.94 0.30 70.36 0.88 0.37
Hex 96 B3 B 10 0 5E 1E 46 58 25
Octal 226 263 13 20 0 136 36 106 130 45
Binary 10010110 10110011 1011 10000 0 1011110 11110 1000110 1011000 100101

Color Harmonies of #96B30B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B30B

Black with #96B30B

Text Example


Text Example

White with #96B30B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,179,11); }

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

background-color css

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

 a { background-color: rgb(150,179,11); }

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

border-color css

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

 span { border-color: rgb(150,179,11); }

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