Html Css Color HEX #99C117 Bahia

📋 copy color: '#99C117'

red 153 ◦ green 193 ◦ blue 23

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

Shades of Bahia #99C117

Tints of Bahia #99C117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.23%

R = 41.46%
G = 52.3%
B = 6.23%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#99C117 (or 0x99C117) is known color: Bahia. HEX triplet: 99, C1 and 17. RGB value is (153,193,23). Sum of RGB (Red+Green+Blue) = 153+193+23=369 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.46% from 369); Green value is 193 (75.78% from 255 or 52.30% from 369); Blue value is 23 (9.38% from 255 or 6.23% from 369); Max value from RGB is 193 - color contains mainly: green. Hex color #99C117 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99C117 is #663EE8. Grayscale: #A2A2A2. Windows color (decimal): -6700777 or 1556889. OLE color: 1556889.

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

Color convert

RGB 153 193 23 -
CMYK 0.21 0 0.88 0.24
HSL 74.12º 0.79% 0.42% -
HSV(B) 74.12º 0.88% 0.76% -
XYZ 32.36 44.97 7.79 -
YUV 161.66 49.75 121.82 -
System Red Green Blue C M Y K H S L
Decimal 153 193 23 0.21 0 0.88 0.24 74.12 0.79 0.42
Hex 99 C1 17 15 0 58 18 4A 4F 2A
Octal 231 301 27 25 0 130 30 112 117 52
Binary 10011001 11000001 10111 10101 0 1011000 11000 1001010 1001111 101010

Color Harmonies of #99C117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C117

Black with #99C117

Text Example


Text Example

White with #99C117

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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