Html Css Color HEX #99CD16 Bahia

📋 copy color: '#99CD16'

red 153 ◦ green 205 ◦ blue 22

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

Shades of Bahia #99CD16

Tints of Bahia #99CD16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.79%

R = 40.26%
G = 53.95%
B = 5.79%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#99CD16 (or 0x99CD16) is known color: Bahia. HEX triplet: 99, CD and 16. RGB value is (153,205,22). Sum of RGB (Red+Green+Blue) = 153+205+22=380 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.26% from 380); Green value is 205 (80.47% from 255 or 53.95% from 380); Blue value is 22 (8.98% from 255 or 5.79% from 380); Max value from RGB is 205 - color contains mainly: green. Hex color #99CD16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99CD16 is #6632E9. Grayscale: #A9A9A9. Windows color (decimal): -6697706 or 1494425. OLE color: 1494425.

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

Color convert

RGB 153 205 22 -
CMYK 0.25 0 0.89 0.20
HSL 77.05º 0.81% 0.45% -
HSV(B) 77.05º 0.89% 0.8% -
XYZ 35.11 50.49 8.65 -
YUV 168.59 45.27 116.88 -
System Red Green Blue C M Y K H S L
Decimal 153 205 22 0.25 0 0.89 0.20 77.05 0.81 0.45
Hex 99 CD 16 19 0 59 14 4D 51 2D
Octal 231 315 26 31 0 131 24 115 121 55
Binary 10011001 11001101 10110 11001 0 1011001 10100 1001101 1010001 101101

Color Harmonies of #99CD16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99CD16

Black with #99CD16

Text Example


Text Example

White with #99CD16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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