Html Css Color HEX #99C819 Bahia

📋 copy color: '#99C819'

red 153 ◦ green 200 ◦ blue 25

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

Shades of Bahia #99C819

Tints of Bahia #99C819

RGB

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

 GREEN value IS 200 (78.52% from 255) = 52.91%

 BLUE value IS 25 (10.16% from 255) = 6.61%

R = 40.48%
G = 52.91%
B = 6.61%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#99C819 (or 0x99C819) is known color: Bahia. HEX triplet: 99, C8 and 19. RGB value is (153,200,25). Sum of RGB (Red+Green+Blue) = 153+200+25=378 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.48% from 378); Green value is 200 (78.52% from 255 or 52.91% from 378); Blue value is 25 (10.16% from 255 or 6.61% from 378); Max value from RGB is 200 - color contains mainly: green. Hex color #99C819 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99C819 is #6637E6. Grayscale: #A6A6A6. Windows color (decimal): -6698983 or 1689753. OLE color: 1689753.

HSL color Cylindrical-coordinate representation of color #99C819: hue angle of 76.11º 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 #99C819 is Cyan = 0.24, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 153 200 25 -
CMYK 0.24 0 0.88 0.22
HSL 76.11º 0.78% 0.44% -
HSV(B) 76.11º 0.88% 0.78% -
XYZ 33.97 48.15 8.42 -
YUV 166 48.43 118.73 -
System Red Green Blue C M Y K H S L
Decimal 153 200 25 0.24 0 0.88 0.22 76.11 0.78 0.44
Hex 99 C8 19 18 0 58 16 4C 4E 2C
Octal 231 310 31 30 0 130 26 114 116 54
Binary 10011001 11001000 11001 11000 0 1011000 10110 1001100 1001110 101100

Color Harmonies of #99C819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C819

Black with #99C819

Text Example


Text Example

White with #99C819

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,200,25); }

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

background-color css

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

 a { background-color: rgb(153,200,25); }

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

border-color css

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

 span { border-color: rgb(153,200,25); }

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