Html Css Color HEX #99C619 Bahia

📋 copy color: '#99C619'

red 153 ◦ green 198 ◦ blue 25

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

Shades of Bahia #99C619

Tints of Bahia #99C619

RGB

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

 GREEN value IS 198 (77.73% from 255) = 52.66%

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

R = 40.69%
G = 52.66%
B = 6.65%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#99C619 (or 0x99C619) is known color: Bahia. HEX triplet: 99, C6 and 19. RGB value is (153,198,25). Sum of RGB (Red+Green+Blue) = 153+198+25=376 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.69% from 376); Green value is 198 (77.73% from 255 or 52.66% from 376); Blue value is 25 (10.16% from 255 or 6.65% from 376); Max value from RGB is 198 - color contains mainly: green. Hex color #99C619 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99C619 is #6639E6. Grayscale: #A5A5A5. Windows color (decimal): -6699495 or 1689241. OLE color: 1689241.

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

Color convert

RGB 153 198 25 -
CMYK 0.23 0 0.87 0.22
HSL 75.61º 0.78% 0.44% -
HSV(B) 75.61º 0.87% 0.78% -
XYZ 33.51 47.23 8.27 -
YUV 164.82 49.09 119.57 -
System Red Green Blue C M Y K H S L
Decimal 153 198 25 0.23 0 0.87 0.22 75.61 0.78 0.44
Hex 99 C6 19 17 0 57 16 4C 4E 2C
Octal 231 306 31 27 0 127 26 114 116 54
Binary 10011001 11000110 11001 10111 0 1010111 10110 1001100 1001110 101100

Color Harmonies of #99C619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C619

Black with #99C619

Text Example


Text Example

White with #99C619

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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