Html Css Color HEX #99C01E Bahia

📋 copy color: '#99C01E'

red 153 ◦ green 192 ◦ blue 30

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

Shades of Bahia #99C01E

Tints of Bahia #99C01E

RGB

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

 GREEN value IS 192 (75.39% from 255) = 51.2%

 BLUE value IS 30 (12.11% from 255) = 8%

R = 40.8%
G = 51.2%
B = 8%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#99C01E (or 0x99C01E) is known color: Bahia. HEX triplet: 99, C0 and 1E. RGB value is (153,192,30). Sum of RGB (Red+Green+Blue) = 153+192+30=375 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.8% from 375); Green value is 192 (75.39% from 255 or 51.2% from 375); Blue value is 30 (12.11% from 255 or 8% from 375); Max value from RGB is 192 - color contains mainly: green. Hex color #99C01E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99C01E is #663FE1. Grayscale: #A2A2A2. Windows color (decimal): -6701026 or 2015385. OLE color: 2015385.

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

Color convert

RGB 153 192 30 -
CMYK 0.20 0 0.84 0.25
HSL 74.44º 0.73% 0.44% -
HSV(B) 74.44º 0.84% 0.75% -
XYZ 32.22 44.57 8.13 -
YUV 161.87 53.58 121.67 -
System Red Green Blue C M Y K H S L
Decimal 153 192 30 0.20 0 0.84 0.25 74.44 0.73 0.44
Hex 99 C0 1E 14 0 54 19 4A 49 2C
Octal 231 300 36 24 0 124 31 112 111 54
Binary 10011001 11000000 11110 10100 0 1010100 11001 1001010 1001001 101100

Color Harmonies of #99C01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C01E

Black with #99C01E

Text Example


Text Example

White with #99C01E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,192,30); }

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

background-color css

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

 a { background-color: rgb(153,192,30); }

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

border-color css

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

 span { border-color: rgb(153,192,30); }

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