Html Css Color HEX #99BA1D Bahia

📋 copy color: '#99BA1D'

red 153 ◦ green 186 ◦ blue 29

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

Shades of Bahia #99BA1D

Tints of Bahia #99BA1D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 50.54%

 BLUE value IS 29 (11.72% from 255) = 7.88%

R = 41.58%
G = 50.54%
B = 7.88%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#99BA1D (or 0x99BA1D) is known color: Bahia. HEX triplet: 99, BA and 1D. RGB value is (153,186,29). Sum of RGB (Red+Green+Blue) = 153+186+29=368 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.58% from 368); Green value is 186 (73.05% from 255 or 50.54% from 368); Blue value is 29 (11.72% from 255 or 7.88% from 368); Max value from RGB is 186 - color contains mainly: green. Hex color #99BA1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99BA1D is #6645E2. Grayscale: #9E9E9E. Windows color (decimal): -6702563 or 1948313. OLE color: 1948313.

HSL color Cylindrical-coordinate representation of color #99BA1D: hue angle of 72.61º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #99BA1D is Cyan = 0.18, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 153 186 29 -
CMYK 0.18 0 0.84 0.27
HSL 72.61º 0.73% 0.42% -
HSV(B) 72.61º 0.84% 0.73% -
XYZ 30.92 41.98 7.64 -
YUV 158.24 55.07 124.27 -
System Red Green Blue C M Y K H S L
Decimal 153 186 29 0.18 0 0.84 0.27 72.61 0.73 0.42
Hex 99 BA 1D 12 0 54 1B 49 49 2A
Octal 231 272 35 22 0 124 33 111 111 52
Binary 10011001 10111010 11101 10010 0 1010100 11011 1001001 1001001 101010

Color Harmonies of #99BA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BA1D

Black with #99BA1D

Text Example


Text Example

White with #99BA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,186,29); }

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

background-color css

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

 a { background-color: rgb(153,186,29); }

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

border-color css

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

 span { border-color: rgb(153,186,29); }

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