Html Css Color HEX #A0B719 Bahia

📋 copy color: '#A0B719'

red 160 ◦ green 183 ◦ blue 25

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

Shades of Bahia #A0B719

Tints of Bahia #A0B719

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.79%

R = 43.48%
G = 49.73%
B = 6.79%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#A0B719 (or 0xA0B719) is known color: Bahia. HEX triplet: A0, B7 and 19. RGB value is (160,183,25). Sum of RGB (Red+Green+Blue) = 160+183+25=368 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.48% from 368); Green value is 183 (71.88% from 255 or 49.73% from 368); Blue value is 25 (10.16% from 255 or 6.79% from 368); Max value from RGB is 183 - color contains mainly: green. Hex color #A0B719 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0B719 is #5F48E6. Grayscale: #9E9E9E. Windows color (decimal): -6244583 or 1685408. OLE color: 1685408.

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

Color convert

RGB 160 183 25 -
CMYK 0.13 0 0.86 0.28
HSL 68.73º 0.76% 0.41% -
HSV(B) 68.73º 0.86% 0.72% -
XYZ 31.61 41.41 7.25 -
YUV 158.11 52.88 129.35 -
System Red Green Blue C M Y K H S L
Decimal 160 183 25 0.13 0 0.86 0.28 68.73 0.76 0.41
Hex A0 B7 19 D 0 56 1C 45 4C 29
Octal 240 267 31 15 0 126 34 105 114 51
Binary 10100000 10110111 11001 1101 0 1010110 11100 1000101 1001100 101001

Color Harmonies of #A0B719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B719

Black with #A0B719

Text Example


Text Example

White with #A0B719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B719; }

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

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

background-color css

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

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

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

border-color css

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

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

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