Html Css Color HEX #99C515 Bahia

📋 copy color: '#99C515'

red 153 ◦ green 197 ◦ blue 21

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

Shades of Bahia #99C515

Tints of Bahia #99C515

RGB

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

 GREEN value IS 197 (77.34% from 255) = 53.1%

 BLUE value IS 21 (8.59% from 255) = 5.66%

R = 41.24%
G = 53.1%
B = 5.66%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#99C515 (or 0x99C515) is known color: Bahia. HEX triplet: 99, C5 and 15. RGB value is (153,197,21). Sum of RGB (Red+Green+Blue) = 153+197+21=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 197 (77.34% from 255 or 53.10% from 371); Blue value is 21 (8.59% from 255 or 5.66% from 371); Max value from RGB is 197 - color contains mainly: green. Hex color #99C515 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99C515 is #663AEA. Grayscale: #A4A4A4. Windows color (decimal): -6699755 or 1426841. OLE color: 1426841.

HSL color Cylindrical-coordinate representation of color #99C515: hue angle of 75º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #99C515 is Cyan = 0.22, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB 153 197 21 -
CMYK 0.22 0 0.89 0.23
HSL 75º 0.81% 0.43% -
HSV(B) 75º 0.89% 0.77% -
XYZ 33.24 46.76 7.98 -
YUV 163.78 47.42 120.31 -
System Red Green Blue C M Y K H S L
Decimal 153 197 21 0.22 0 0.89 0.23 75 0.81 0.43
Hex 99 C5 15 16 0 59 17 4B 51 2B
Octal 231 305 25 26 0 131 27 113 121 53
Binary 10011001 11000101 10101 10110 0 1011001 10111 1001011 1010001 101011

Color Harmonies of #99C515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C515

Black with #99C515

Text Example


Text Example

White with #99C515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,197,21); }

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

background-color css

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

 a { background-color: rgb(153,197,21); }

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

border-color css

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

 span { border-color: rgb(153,197,21); }

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