Html Css Color HEX #A0B91D Bahia

📋 copy color: '#A0B91D'

red 160 ◦ green 185 ◦ blue 29

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

Shades of Bahia #A0B91D

Tints of Bahia #A0B91D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 49.47%

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

R = 42.78%
G = 49.47%
B = 7.75%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#A0B91D (or 0xA0B91D) is known color: Bahia. HEX triplet: A0, B9 and 1D. RGB value is (160,185,29). Sum of RGB (Red+Green+Blue) = 160+185+29=374 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.78% from 374); Green value is 185 (72.66% from 255 or 49.47% from 374); Blue value is 29 (11.72% from 255 or 7.75% from 374); Max value from RGB is 185 - color contains mainly: green. Hex color #A0B91D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B91D is #5F46E2. Grayscale: #A0A0A0. Windows color (decimal): -6244067 or 1948064. OLE color: 1948064.

HSL color Cylindrical-coordinate representation of color #A0B91D: hue angle of 69.62º 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 #A0B91D is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 185 29 -
CMYK 0.14 0 0.84 0.27
HSL 69.62º 0.73% 0.42% -
HSV(B) 69.62º 0.84% 0.73% -
XYZ 32.07 42.26 7.63 -
YUV 159.74 54.22 128.18 -
System Red Green Blue C M Y K H S L
Decimal 160 185 29 0.14 0 0.84 0.27 69.62 0.73 0.42
Hex A0 B9 1D E 0 54 1B 46 49 2A
Octal 240 271 35 16 0 124 33 106 111 52
Binary 10100000 10111001 11101 1110 0 1010100 11011 1000110 1001001 101010

Color Harmonies of #A0B91D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B91D

Black with #A0B91D

Text Example


Text Example

White with #A0B91D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B91D; }

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

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

background-color css

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

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

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

border-color css

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

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

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