Html Css Color HEX #99C11D Bahia

📋 copy color: '#99C11D'

red 153 ◦ green 193 ◦ blue 29

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

Shades of Bahia #99C11D

Tints of Bahia #99C11D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 51.47%

 BLUE value IS 29 (11.72% from 255) = 7.73%

R = 40.8%
G = 51.47%
B = 7.73%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#99C11D (or 0x99C11D) is known color: Bahia. HEX triplet: 99, C1 and 1D. RGB value is (153,193,29). Sum of RGB (Red+Green+Blue) = 153+193+29=375 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.8% from 375); Green value is 193 (75.78% from 255 or 51.47% from 375); Blue value is 29 (11.72% from 255 or 7.73% from 375); Max value from RGB is 193 - color contains mainly: green. Hex color #99C11D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99C11D is #663EE2. Grayscale: #A2A2A2. Windows color (decimal): -6700771 or 1950105. OLE color: 1950105.

HSL color Cylindrical-coordinate representation of color #99C11D: hue angle of 74.63º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #99C11D is Cyan = 0.21, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB 153 193 29 -
CMYK 0.21 0 0.85 0.24
HSL 74.63º 0.74% 0.44% -
HSV(B) 74.63º 0.85% 0.76% -
XYZ 32.43 45 8.14 -
YUV 162.34 52.75 121.34 -
System Red Green Blue C M Y K H S L
Decimal 153 193 29 0.21 0 0.85 0.24 74.63 0.74 0.44
Hex 99 C1 1D 15 0 55 18 4B 4A 2C
Octal 231 301 35 25 0 125 30 113 112 54
Binary 10011001 11000001 11101 10101 0 1010101 11000 1001011 1001010 101100

Color Harmonies of #99C11D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C11D

Black with #99C11D

Text Example


Text Example

White with #99C11D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,193,29); }

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

background-color css

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

 a { background-color: rgb(153,193,29); }

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

border-color css

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

 span { border-color: rgb(153,193,29); }

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