Html Css Color HEX #99B008 Citrus

📋 copy color: '#99B008'

red 153 ◦ green 176 ◦ blue 8

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

Shades of Citrus #99B008

Tints of Citrus #99B008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.37%

R = 45.4%
G = 52.23%
B = 2.37%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#99B008 (or 0x99B008) is known color: Citrus. HEX triplet: 99, B0 and 08. RGB value is (153,176,8). Sum of RGB (Red+Green+Blue) = 153+176+8=337 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.40% from 337); Green value is 176 (69.14% from 255 or 52.23% from 337); Blue value is 8 (3.52% from 255 or 2.37% from 337); Max value from RGB is 176 - color contains mainly: green. Hex color #99B008 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99B008 is #664FF7. Grayscale: #969696. Windows color (decimal): -6705144 or 569497. OLE color: 569497.

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

Color convert

RGB 153 176 8 -
CMYK 0.13 0 0.95 0.31
HSL 68.21º 0.91% 0.36% -
HSV(B) 68.21º 0.95% 0.69% -
XYZ 28.71 37.84 6.02 -
YUV 149.97 47.88 130.16 -
System Red Green Blue C M Y K H S L
Decimal 153 176 8 0.13 0 0.95 0.31 68.21 0.91 0.36
Hex 99 B0 8 D 0 5F 1F 44 5B 24
Octal 231 260 10 15 0 137 37 104 133 44
Binary 10011001 10110000 1000 1101 0 1011111 11111 1000100 1011011 100100

Color Harmonies of #99B008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B008

Black with #99B008

Text Example


Text Example

White with #99B008

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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