Html Css Color HEX #99C61E Bahia

📋 copy color: '#99C61E'

red 153 ◦ green 198 ◦ blue 30

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

Shades of Bahia #99C61E

Tints of Bahia #99C61E

RGB

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

 GREEN value IS 198 (77.73% from 255) = 51.97%

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

R = 40.16%
G = 51.97%
B = 7.87%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#99C61E (or 0x99C61E) is known color: Bahia. HEX triplet: 99, C6 and 1E. RGB value is (153,198,30). Sum of RGB (Red+Green+Blue) = 153+198+30=381 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.16% from 381); Green value is 198 (77.73% from 255 or 51.97% from 381); Blue value is 30 (12.11% from 255 or 7.87% from 381); Max value from RGB is 198 - color contains mainly: green. Hex color #99C61E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99C61E is #6639E1. Grayscale: #A6A6A6. Windows color (decimal): -6699490 or 2016921. OLE color: 2016921.

HSL color Cylindrical-coordinate representation of color #99C61E: hue angle of 76.07º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #99C61E is Cyan = 0.23, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB 153 198 30 -
CMYK 0.23 0 0.85 0.22
HSL 76.07º 0.74% 0.45% -
HSV(B) 76.07º 0.85% 0.78% -
XYZ 33.57 47.25 8.58 -
YUV 165.39 51.59 119.16 -
System Red Green Blue C M Y K H S L
Decimal 153 198 30 0.23 0 0.85 0.22 76.07 0.74 0.45
Hex 99 C6 1E 17 0 55 16 4C 4A 2D
Octal 231 306 36 27 0 125 26 114 112 55
Binary 10011001 11000110 11110 10111 0 1010101 10110 1001100 1001010 101101

Color Harmonies of #99C61E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C61E

Black with #99C61E

Text Example


Text Example

White with #99C61E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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