Html Css Color HEX #99B61E Bahia

📋 copy color: '#99B61E'

red 153 ◦ green 182 ◦ blue 30

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

Shades of Bahia #99B61E

Tints of Bahia #99B61E

RGB

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

 GREEN value IS 182 (71.48% from 255) = 49.86%

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

R = 41.92%
G = 49.86%
B = 8.22%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#99B61E (or 0x99B61E) is known color: Bahia. HEX triplet: 99, B6 and 1E. RGB value is (153,182,30). Sum of RGB (Red+Green+Blue) = 153+182+30=365 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.92% from 365); Green value is 182 (71.48% from 255 or 49.86% from 365); Blue value is 30 (12.11% from 255 or 8.22% from 365); Max value from RGB is 182 - color contains mainly: green. Hex color #99B61E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99B61E is #6649E1. Grayscale: #9C9C9C. Windows color (decimal): -6703586 or 2012825. OLE color: 2012825.

HSL color Cylindrical-coordinate representation of color #99B61E: hue angle of 71.45º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #99B61E is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.

Color convert

RGB 153 182 30 -
CMYK 0.16 0 0.84 0.29
HSL 71.45º 0.72% 0.42% -
HSV(B) 71.45º 0.84% 0.71% -
XYZ 30.1 40.32 7.42 -
YUV 156 56.89 125.86 -
System Red Green Blue C M Y K H S L
Decimal 153 182 30 0.16 0 0.84 0.29 71.45 0.72 0.42
Hex 99 B6 1E 10 0 54 1D 47 48 2A
Octal 231 266 36 20 0 124 35 107 110 52
Binary 10011001 10110110 11110 10000 0 1010100 11101 1000111 1001000 101010

Color Harmonies of #99B61E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B61E

Black with #99B61E

Text Example


Text Example

White with #99B61E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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