Html Css Color HEX #A0B11D Bahia

📋 copy color: '#A0B11D'

red 160 ◦ green 177 ◦ blue 29

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

Shades of Bahia #A0B11D

Tints of Bahia #A0B11D

RGB

 RED value IS 160 (62.89% from 255) = 43.72%

 GREEN value IS 177 (69.53% from 255) = 48.36%

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

R = 43.72%
G = 48.36%
B = 7.92%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#A0B11D (or 0xA0B11D) is known color: Bahia. HEX triplet: A0, B1 and 1D. RGB value is (160,177,29). Sum of RGB (Red+Green+Blue) = 160+177+29=366 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.72% from 366); Green value is 177 (69.53% from 255 or 48.36% from 366); Blue value is 29 (11.72% from 255 or 7.92% from 366); Max value from RGB is 177 - color contains mainly: green. Hex color #A0B11D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0B11D is #5F4EE2. Grayscale: #9B9B9B. Windows color (decimal): -6246115 or 1946016. OLE color: 1946016.

HSL color Cylindrical-coordinate representation of color #A0B11D: hue angle of 66.89º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A0B11D is Cyan = 0.10, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB 160 177 29 -
CMYK 0.10 0 0.84 0.31
HSL 66.89º 0.72% 0.4% -
HSV(B) 66.89º 0.84% 0.69% -
XYZ 30.44 39.01 7.09 -
YUV 155.05 56.87 131.53 -
System Red Green Blue C M Y K H S L
Decimal 160 177 29 0.10 0 0.84 0.31 66.89 0.72 0.4
Hex A0 B1 1D A 0 54 1F 43 48 28
Octal 240 261 35 12 0 124 37 103 110 50
Binary 10100000 10110001 11101 1010 0 1010100 11111 1000011 1001000 101000

Color Harmonies of #A0B11D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B11D

Black with #A0B11D

Text Example


Text Example

White with #A0B11D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B11D; }

 p { color: rgb(160,177,29); }

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

background-color css

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

 a { background-color: rgb(160,177,29); }

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

border-color css

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

 span { border-color: rgb(160,177,29); }

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