Html Css Color HEX #99BC1E Bahia

📋 copy color: '#99BC1E'

red 153 ◦ green 188 ◦ blue 30

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

Shades of Bahia #99BC1E

Tints of Bahia #99BC1E

RGB

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

 GREEN value IS 188 (73.83% from 255) = 50.67%

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

R = 41.24%
G = 50.67%
B = 8.09%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#99BC1E (or 0x99BC1E) is known color: Bahia. HEX triplet: 99, BC and 1E. RGB value is (153,188,30). Sum of RGB (Red+Green+Blue) = 153+188+30=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 188 (73.83% from 255 or 50.67% from 371); Blue value is 30 (12.11% from 255 or 8.09% from 371); Max value from RGB is 188 - color contains mainly: green. Hex color #99BC1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99BC1E is #6643E1. Grayscale: #A0A0A0. Windows color (decimal): -6702050 or 2014361. OLE color: 2014361.

HSL color Cylindrical-coordinate representation of color #99BC1E: hue angle of 73.29º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #99BC1E is Cyan = 0.19, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB 153 188 30 -
CMYK 0.19 0 0.84 0.26
HSL 73.29º 0.72% 0.43% -
HSV(B) 73.29º 0.84% 0.74% -
XYZ 31.35 42.83 7.84 -
YUV 159.52 54.9 123.35 -
System Red Green Blue C M Y K H S L
Decimal 153 188 30 0.19 0 0.84 0.26 73.29 0.72 0.43
Hex 99 BC 1E 13 0 54 1A 49 48 2B
Octal 231 274 36 23 0 124 32 111 110 53
Binary 10011001 10111100 11110 10011 0 1010100 11010 1001001 1001000 101011

Color Harmonies of #99BC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BC1E

Black with #99BC1E

Text Example


Text Example

White with #99BC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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