Html Css Color HEX #99D013 Bahia

📋 copy color: '#99D013'

red 153 ◦ green 208 ◦ blue 19

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

Shades of Bahia #99D013

Tints of Bahia #99D013

RGB

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

 GREEN value IS 208 (81.64% from 255) = 54.74%

 BLUE value IS 19 (7.81% from 255) = 5%

R = 40.26%
G = 54.74%
B = 5%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#99D013 (or 0x99D013) is known color: Bahia. HEX triplet: 99, D0 and 13. RGB value is (153,208,19). Sum of RGB (Red+Green+Blue) = 153+208+19=380 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.26% from 380); Green value is 208 (81.64% from 255 or 54.74% from 380); Blue value is 19 (7.81% from 255 or 5% from 380); Max value from RGB is 208 - color contains mainly: green. Hex color #99D013 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99D013 is #662FEC. Grayscale: #AAAAAA. Windows color (decimal): -6696941 or 1298585. OLE color: 1298585.

HSL color Cylindrical-coordinate representation of color #99D013: hue angle of 77.46º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #99D013 is Cyan = 0.26, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 153 208 19 -
CMYK 0.26 0 0.91 0.18
HSL 77.46º 0.83% 0.45% -
HSV(B) 77.46º 0.91% 0.82% -
XYZ 35.81 51.93 8.75 -
YUV 170.01 42.78 115.87 -
System Red Green Blue C M Y K H S L
Decimal 153 208 19 0.26 0 0.91 0.18 77.46 0.83 0.45
Hex 99 D0 13 1A 0 5B 12 4D 53 2D
Octal 231 320 23 32 0 133 22 115 123 55
Binary 10011001 11010000 10011 11010 0 1011011 10010 1001101 1010011 101101

Color Harmonies of #99D013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99D013

Black with #99D013

Text Example


Text Example

White with #99D013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,208,19); }

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

background-color css

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

 a { background-color: rgb(153,208,19); }

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

border-color css

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

 span { border-color: rgb(153,208,19); }

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