Html Css Color HEX #99C718 Bahia

📋 copy color: '#99C718'

red 153 ◦ green 199 ◦ blue 24

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

Shades of Bahia #99C718

Tints of Bahia #99C718

RGB

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

 GREEN value IS 199 (78.13% from 255) = 52.93%

 BLUE value IS 24 (9.77% from 255) = 6.38%

R = 40.69%
G = 52.93%
B = 6.38%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#99C718 (or 0x99C718) is known color: Bahia. HEX triplet: 99, C7 and 18. RGB value is (153,199,24). Sum of RGB (Red+Green+Blue) = 153+199+24=376 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.69% from 376); Green value is 199 (78.12% from 255 or 52.93% from 376); Blue value is 24 (9.77% from 255 or 6.38% from 376); Max value from RGB is 199 - color contains mainly: green. Hex color #99C718 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99C718 is #6638E7. Grayscale: #A5A5A5. Windows color (decimal): -6699240 or 1623961. OLE color: 1623961.

HSL color Cylindrical-coordinate representation of color #99C718: hue angle of 75.77º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #99C718 is Cyan = 0.23, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 153 199 24 -
CMYK 0.23 0 0.88 0.22
HSL 75.77º 0.78% 0.44% -
HSV(B) 75.77º 0.88% 0.78% -
XYZ 33.73 47.69 8.29 -
YUV 165.3 48.26 119.23 -
System Red Green Blue C M Y K H S L
Decimal 153 199 24 0.23 0 0.88 0.22 75.77 0.78 0.44
Hex 99 C7 18 17 0 58 16 4C 4E 2C
Octal 231 307 30 27 0 130 26 114 116 54
Binary 10011001 11000111 11000 10111 0 1011000 10110 1001100 1001110 101100

Color Harmonies of #99C718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C718

Black with #99C718

Text Example


Text Example

White with #99C718

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,199,24); }

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

background-color css

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

 a { background-color: rgb(153,199,24); }

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

border-color css

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

 span { border-color: rgb(153,199,24); }

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