Html Css Color HEX #99C017 Bahia

📋 copy color: '#99C017'

red 153 ◦ green 192 ◦ blue 23

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

Shades of Bahia #99C017

Tints of Bahia #99C017

RGB

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

 GREEN value IS 192 (75.39% from 255) = 52.17%

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

R = 41.58%
G = 52.17%
B = 6.25%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#99C017 (or 0x99C017) is known color: Bahia. HEX triplet: 99, C0 and 17. RGB value is (153,192,23). Sum of RGB (Red+Green+Blue) = 153+192+23=368 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.58% from 368); Green value is 192 (75.39% from 255 or 52.17% from 368); Blue value is 23 (9.38% from 255 or 6.25% from 368); Max value from RGB is 192 - color contains mainly: green. Hex color #99C017 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99C017 is #663FE8. Grayscale: #A1A1A1. Windows color (decimal): -6701033 or 1556633. OLE color: 1556633.

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

Color convert

RGB 153 192 23 -
CMYK 0.20 0 0.88 0.25
HSL 73.85º 0.79% 0.42% -
HSV(B) 73.85º 0.88% 0.75% -
XYZ 32.14 44.53 7.71 -
YUV 161.07 50.08 122.24 -
System Red Green Blue C M Y K H S L
Decimal 153 192 23 0.20 0 0.88 0.25 73.85 0.79 0.42
Hex 99 C0 17 14 0 58 19 4A 4F 2A
Octal 231 300 27 24 0 130 31 112 117 52
Binary 10011001 11000000 10111 10100 0 1011000 11001 1001010 1001111 101010

Color Harmonies of #99C017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C017

Black with #99C017

Text Example


Text Example

White with #99C017

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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