Html Css Color HEX #99CE19 Bahia

📋 copy color: '#99CE19'

red 153 ◦ green 206 ◦ blue 25

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

Shades of Bahia #99CE19

Tints of Bahia #99CE19

RGB

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

 GREEN value IS 206 (80.86% from 255) = 53.65%

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

R = 39.84%
G = 53.65%
B = 6.51%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#99CE19 (or 0x99CE19) is known color: Bahia. HEX triplet: 99, CE and 19. RGB value is (153,206,25). Sum of RGB (Red+Green+Blue) = 153+206+25=384 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.84% from 384); Green value is 206 (80.86% from 255 or 53.65% from 384); Blue value is 25 (10.16% from 255 or 6.51% from 384); Max value from RGB is 206 - color contains mainly: green. Hex color #99CE19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99CE19 is #6631E6. Grayscale: #AAAAAA. Windows color (decimal): -6697447 or 1691289. OLE color: 1691289.

HSL color Cylindrical-coordinate representation of color #99CE19: hue angle of 77.57º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #99CE19 is Cyan = 0.26, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB 153 206 25 -
CMYK 0.26 0 0.88 0.19
HSL 77.57º 0.78% 0.45% -
HSV(B) 77.57º 0.88% 0.81% -
XYZ 35.38 50.99 8.9 -
YUV 169.52 46.44 116.22 -
System Red Green Blue C M Y K H S L
Decimal 153 206 25 0.26 0 0.88 0.19 77.57 0.78 0.45
Hex 99 CE 19 1A 0 58 13 4E 4E 2D
Octal 231 316 31 32 0 130 23 116 116 55
Binary 10011001 11001110 11001 11010 0 1011000 10011 1001110 1001110 101101

Color Harmonies of #99CE19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99CE19

Black with #99CE19

Text Example


Text Example

White with #99CE19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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