Html Css Color HEX #A0B22F Bahia

📋 copy color: '#A0B22F'

red 160 ◦ green 178 ◦ blue 47

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

Shades of Bahia #A0B22F

Tints of Bahia #A0B22F

RGB

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

 GREEN value IS 178 (69.92% from 255) = 46.23%

 BLUE value IS 47 (18.75% from 255) = 12.21%

R = 41.56%
G = 46.23%
B = 12.21%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#A0B22F (or 0xA0B22F) is known color: Bahia. HEX triplet: A0, B2 and 2F. RGB value is (160,178,47). Sum of RGB (Red+Green+Blue) = 160+178+47=385 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.56% from 385); Green value is 178 (69.92% from 255 or 46.23% from 385); Blue value is 47 (18.75% from 255 or 12.21% from 385); Max value from RGB is 178 - color contains mainly: green. Hex color #A0B22F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0B22F is #5F4DD0. Grayscale: #9E9E9E. Windows color (decimal): -6245841 or 3125920. OLE color: 3125920.

HSL color Cylindrical-coordinate representation of color #A0B22F: hue angle of 68.24º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A0B22F is Cyan = 0.10, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB 160 178 47 -
CMYK 0.10 0 0.74 0.30
HSL 68.24º 0.58% 0.44% -
HSV(B) 68.24º 0.74% 0.7% -
XYZ 30.93 39.52 8.69 -
YUV 157.68 65.54 129.65 -
System Red Green Blue C M Y K H S L
Decimal 160 178 47 0.10 0 0.74 0.30 68.24 0.58 0.44
Hex A0 B2 2F A 0 4A 1E 44 3A 2C
Octal 240 262 57 12 0 112 36 104 72 54
Binary 10100000 10110010 101111 1010 0 1001010 11110 1000100 111010 101100

Color Harmonies of #A0B22F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B22F

Black with #A0B22F

Text Example


Text Example

White with #A0B22F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B22F; }

 p { color: rgb(160,178,47); }

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

background-color css

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

 a { background-color: rgb(160,178,47); }

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

border-color css

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

 span { border-color: rgb(160,178,47); }

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