Html Css Color HEX #A0B71D Bahia

📋 copy color: '#A0B71D'

red 160 ◦ green 183 ◦ blue 29

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

Shades of Bahia #A0B71D

Tints of Bahia #A0B71D

RGB

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

 GREEN value IS 183 (71.88% from 255) = 49.19%

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

R = 43.01%
G = 49.19%
B = 7.8%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#A0B71D (or 0xA0B71D) is known color: Bahia. HEX triplet: A0, B7 and 1D. RGB value is (160,183,29). Sum of RGB (Red+Green+Blue) = 160+183+29=372 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.01% from 372); Green value is 183 (71.88% from 255 or 49.19% from 372); Blue value is 29 (11.72% from 255 or 7.80% from 372); Max value from RGB is 183 - color contains mainly: green. Hex color #A0B71D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B71D is #5F48E2. Grayscale: #9F9F9F. Windows color (decimal): -6244579 or 1947552. OLE color: 1947552.

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

Color convert

RGB 160 183 29 -
CMYK 0.13 0 0.84 0.28
HSL 68.96º 0.73% 0.42% -
HSV(B) 68.96º 0.84% 0.72% -
XYZ 31.65 41.43 7.49 -
YUV 158.57 54.88 129.02 -
System Red Green Blue C M Y K H S L
Decimal 160 183 29 0.13 0 0.84 0.28 68.96 0.73 0.42
Hex A0 B7 1D D 0 54 1C 45 49 2A
Octal 240 267 35 15 0 124 34 105 111 52
Binary 10100000 10110111 11101 1101 0 1010100 11100 1000101 1001001 101010

Color Harmonies of #A0B71D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B71D

Black with #A0B71D

Text Example


Text Example

White with #A0B71D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B71D; }

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

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

background-color css

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

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

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

border-color css

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

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

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