Html Css Color HEX #A0B71C Bahia

📋 copy color: '#A0B71C'

red 160 ◦ green 183 ◦ blue 28

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

Shades of Bahia #A0B71C

Tints of Bahia #A0B71C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.55%

R = 43.13%
G = 49.33%
B = 7.55%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#A0B71C (or 0xA0B71C) is known color: Bahia. HEX triplet: A0, B7 and 1C. RGB value is (160,183,28). Sum of RGB (Red+Green+Blue) = 160+183+28=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 183 (71.88% from 255 or 49.33% from 371); Blue value is 28 (11.33% from 255 or 7.55% from 371); Max value from RGB is 183 - color contains mainly: green. Hex color #A0B71C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B71C is #5F48E3. Grayscale: #9F9F9F. Windows color (decimal): -6244580 or 1882016. OLE color: 1882016.

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

Color convert

RGB 160 183 28 -
CMYK 0.13 0 0.85 0.28
HSL 68.9º 0.73% 0.41% -
HSV(B) 68.9º 0.85% 0.72% -
XYZ 31.64 41.42 7.43 -
YUV 158.45 54.38 129.1 -
System Red Green Blue C M Y K H S L
Decimal 160 183 28 0.13 0 0.85 0.28 68.9 0.73 0.41
Hex A0 B7 1C D 0 55 1C 45 49 29
Octal 240 267 34 15 0 125 34 105 111 51
Binary 10100000 10110111 11100 1101 0 1010101 11100 1000101 1001001 101001

Color Harmonies of #A0B71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B71C

Black with #A0B71C

Text Example


Text Example

White with #A0B71C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B71C; }

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

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

background-color css

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

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

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

border-color css

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

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

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