Html Css Color HEX #99CD12 Bahia

📋 copy color: '#99CD12'

red 153 ◦ green 205 ◦ blue 18

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

Shades of Bahia #99CD12

Tints of Bahia #99CD12

RGB

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

 GREEN value IS 205 (80.47% from 255) = 54.52%

 BLUE value IS 18 (7.42% from 255) = 4.79%

R = 40.69%
G = 54.52%
B = 4.79%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#99CD12 (or 0x99CD12) is known color: Bahia. HEX triplet: 99, CD and 12. RGB value is (153,205,18). Sum of RGB (Red+Green+Blue) = 153+205+18=376 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.69% from 376); Green value is 205 (80.47% from 255 or 54.52% from 376); Blue value is 18 (7.42% from 255 or 4.79% from 376); Max value from RGB is 205 - color contains mainly: green. Hex color #99CD12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99CD12 is #6632ED. Grayscale: #A8A8A8. Windows color (decimal): -6697710 or 1232281. OLE color: 1232281.

HSL color Cylindrical-coordinate representation of color #99CD12: hue angle of 76.68º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #99CD12 is Cyan = 0.25, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.20.

Color convert

RGB 153 205 18 -
CMYK 0.25 0 0.91 0.20
HSL 76.68º 0.84% 0.44% -
HSV(B) 76.68º 0.91% 0.8% -
XYZ 35.08 50.48 8.47 -
YUV 168.13 43.27 117.21 -
System Red Green Blue C M Y K H S L
Decimal 153 205 18 0.25 0 0.91 0.20 76.68 0.84 0.44
Hex 99 CD 12 19 0 5B 14 4D 54 2C
Octal 231 315 22 31 0 133 24 115 124 54
Binary 10011001 11001101 10010 11001 0 1011011 10100 1001101 1010100 101100

Color Harmonies of #99CD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99CD12

Black with #99CD12

Text Example


Text Example

White with #99CD12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,205,18); }

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

background-color css

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

 a { background-color: rgb(153,205,18); }

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

border-color css

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

 span { border-color: rgb(153,205,18); }

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