Html Css Color HEX #A0B629 Bahia

📋 copy color: '#A0B629'

red 160 ◦ green 182 ◦ blue 41

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

Shades of Bahia #A0B629

Tints of Bahia #A0B629

RGB

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

 GREEN value IS 182 (71.48% from 255) = 47.52%

 BLUE value IS 41 (16.41% from 255) = 10.7%

R = 41.78%
G = 47.52%
B = 10.7%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#A0B629 (or 0xA0B629) is known color: Bahia. HEX triplet: A0, B6 and 29. RGB value is (160,182,41). Sum of RGB (Red+Green+Blue) = 160+182+41=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 182 (71.48% from 255 or 47.52% from 383); Blue value is 41 (16.41% from 255 or 10.70% from 383); Max value from RGB is 182 - color contains mainly: green. Hex color #A0B629 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B629 is #5F49D6. Grayscale: #9F9F9F. Windows color (decimal): -6244823 or 2733728. OLE color: 2733728.

HSL color Cylindrical-coordinate representation of color #A0B629: hue angle of 69.36º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A0B629 is Cyan = 0.12, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB 160 182 41 -
CMYK 0.12 0 0.77 0.29
HSL 69.36º 0.63% 0.44% -
HSV(B) 69.36º 0.77% 0.71% -
XYZ 31.63 41.09 8.36 -
YUV 159.35 61.21 128.46 -
System Red Green Blue C M Y K H S L
Decimal 160 182 41 0.12 0 0.77 0.29 69.36 0.63 0.44
Hex A0 B6 29 C 0 4D 1D 45 3F 2C
Octal 240 266 51 14 0 115 35 105 77 54
Binary 10100000 10110110 101001 1100 0 1001101 11101 1000101 111111 101100

Color Harmonies of #A0B629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B629

Black with #A0B629

Text Example


Text Example

White with #A0B629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B629; }

 p { color: rgb(160,182,41); }

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

background-color css

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

 a { background-color: rgb(160,182,41); }

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

border-color css

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

 span { border-color: rgb(160,182,41); }

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