Html Css Color HEX #99B006 Citrus

📋 copy color: '#99B006'

red 153 ◦ green 176 ◦ blue 6

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

Shades of Citrus #99B006

Tints of Citrus #99B006

RGB

 RED value IS 153 (60.16% from 255) = 45.67%

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

 BLUE value IS 6 (2.73% from 255) = 1.79%

R = 45.67%
G = 52.54%
B = 1.79%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#99B006 (or 0x99B006) is known color: Citrus. HEX triplet: 99, B0 and 06. RGB value is (153,176,6). Sum of RGB (Red+Green+Blue) = 153+176+6=335 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.67% from 335); Green value is 176 (69.14% from 255 or 52.54% from 335); Blue value is 6 (2.73% from 255 or 1.79% from 335); Max value from RGB is 176 - color contains mainly: green. Hex color #99B006 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99B006 is #664FF9. Grayscale: #969696. Windows color (decimal): -6705146 or 438425. OLE color: 438425.

HSL color Cylindrical-coordinate representation of color #99B006: hue angle of 68.12º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #99B006 is Cyan = 0.13, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB 153 176 6 -
CMYK 0.13 0 0.97 0.31
HSL 68.12º 0.93% 0.36% -
HSV(B) 68.12º 0.97% 0.69% -
XYZ 28.7 37.84 5.96 -
YUV 149.74 46.88 130.32 -
System Red Green Blue C M Y K H S L
Decimal 153 176 6 0.13 0 0.97 0.31 68.12 0.93 0.36
Hex 99 B0 6 D 0 61 1F 44 5D 24
Octal 231 260 6 15 0 141 37 104 135 44
Binary 10011001 10110000 110 1101 0 1100001 11111 1000100 1011101 100100

Color Harmonies of #99B006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B006

Black with #99B006

Text Example


Text Example

White with #99B006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99B006; }

 p { color: rgb(153,176,6); }

 H1.HeaderClassName
 {
   color: #99B006;
 }
 .AnyTagClassName
 {
   color: #99B006;
 }
</style>

background-color css

<style>
 a { background-color: #99B006; }

 a { background-color: rgb(153,176,6); }

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

border-color css

<style>
 span { border-color: #99B006; }

 span { border-color: rgb(153,176,6); }

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