Html Css Color HEX #96B00B Citrus

📋 copy color: '#96B00B'

red 150 ◦ green 176 ◦ blue 11

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

Shades of Citrus #96B00B

Tints of Citrus #96B00B

RGB

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

 GREEN value IS 176 (69.14% from 255) = 52.23%

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

R = 44.51%
G = 52.23%
B = 3.26%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#96B00B (or 0x96B00B) is known color: Citrus. HEX triplet: 96, B0 and 0B. RGB value is (150,176,11). Sum of RGB (Red+Green+Blue) = 150+176+11=337 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.51% from 337); Green value is 176 (69.14% from 255 or 52.23% from 337); Blue value is 11 (4.69% from 255 or 3.26% from 337); Max value from RGB is 176 - color contains mainly: green. Hex color #96B00B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96B00B is #694FF4. Grayscale: #969696. Windows color (decimal): -6901749 or 766102. OLE color: 766102.

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

Color convert

RGB 150 176 11 -
CMYK 0.15 0 0.94 0.31
HSL 69.45º 0.88% 0.37% -
HSV(B) 69.45º 0.94% 0.69% -
XYZ 28.16 37.56 6.08 -
YUV 149.42 49.89 128.42 -
System Red Green Blue C M Y K H S L
Decimal 150 176 11 0.15 0 0.94 0.31 69.45 0.88 0.37
Hex 96 B0 B F 0 5E 1F 45 58 25
Octal 226 260 13 17 0 136 37 105 130 45
Binary 10010110 10110000 1011 1111 0 1011110 11111 1000101 1011000 100101

Color Harmonies of #96B00B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B00B

Black with #96B00B

Text Example


Text Example

White with #96B00B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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