Html Css Color HEX #99B720 Bahia

📋 copy color: '#99B720'

red 153 ◦ green 183 ◦ blue 32

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

Shades of Bahia #99B720

Tints of Bahia #99B720

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.7%

R = 41.58%
G = 49.73%
B = 8.7%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#99B720 (or 0x99B720) is known color: Bahia. HEX triplet: 99, B7 and 20. RGB value is (153,183,32). Sum of RGB (Red+Green+Blue) = 153+183+32=368 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.58% from 368); Green value is 183 (71.88% from 255 or 49.73% from 368); Blue value is 32 (12.89% from 255 or 8.70% from 368); Max value from RGB is 183 - color contains mainly: green. Hex color #99B720 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99B720 is #6648DF. Grayscale: #9D9D9D. Windows color (decimal): -6703328 or 2144153. OLE color: 2144153.

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

Color convert

RGB 153 183 32 -
CMYK 0.16 0 0.83 0.28
HSL 71.92º 0.7% 0.42% -
HSV(B) 71.92º 0.83% 0.72% -
XYZ 30.33 40.74 7.63 -
YUV 156.82 57.56 125.28 -
System Red Green Blue C M Y K H S L
Decimal 153 183 32 0.16 0 0.83 0.28 71.92 0.7 0.42
Hex 99 B7 20 10 0 53 1C 48 46 2A
Octal 231 267 40 20 0 123 34 110 106 52
Binary 10011001 10110111 100000 10000 0 1010011 11100 1001000 1000110 101010

Color Harmonies of #99B720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B720

Black with #99B720

Text Example


Text Example

White with #99B720

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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