Html Css Color HEX #99B708 Citrus

📋 copy color: '#99B708'

red 153 ◦ green 183 ◦ blue 8

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

Shades of Citrus #99B708

Tints of Citrus #99B708

RGB

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

 GREEN value IS 183 (71.88% from 255) = 53.2%

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

R = 44.48%
G = 53.2%
B = 2.33%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.96

 K value IS 0.28

RGB Variations

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

Color information

#99B708 (or 0x99B708) is known color: Citrus. HEX triplet: 99, B7 and 08. RGB value is (153,183,8). Sum of RGB (Red+Green+Blue) = 153+183+8=344 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.48% from 344); Green value is 183 (71.88% from 255 or 53.20% from 344); Blue value is 8 (3.52% from 255 or 2.33% from 344); Max value from RGB is 183 - color contains mainly: green. Hex color #99B708 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99B708 is #6648F7. Grayscale: #9A9A9A. Windows color (decimal): -6703352 or 571289. OLE color: 571289.

HSL color Cylindrical-coordinate representation of color #99B708: hue angle of 70.29º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #99B708 is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.28.

Color convert

RGB 153 183 8 -
CMYK 0.16 0 0.96 0.28
HSL 70.29º 0.92% 0.37% -
HSV(B) 70.29º 0.96% 0.72% -
XYZ 30.11 40.66 6.49 -
YUV 154.08 45.56 127.23 -
System Red Green Blue C M Y K H S L
Decimal 153 183 8 0.16 0 0.96 0.28 70.29 0.92 0.37
Hex 99 B7 8 10 0 60 1C 46 5C 25
Octal 231 267 10 20 0 140 34 106 134 45
Binary 10011001 10110111 1000 10000 0 1100000 11100 1000110 1011100 100101

Color Harmonies of #99B708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B708

Black with #99B708

Text Example


Text Example

White with #99B708

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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