Html Css Color HEX #A0B42D Bahia

📋 copy color: '#A0B42D'

red 160 ◦ green 180 ◦ blue 45

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

Shades of Bahia #A0B42D

Tints of Bahia #A0B42D

RGB

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

 GREEN value IS 180 (70.7% from 255) = 46.75%

 BLUE value IS 45 (17.97% from 255) = 11.69%

R = 41.56%
G = 46.75%
B = 11.69%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#A0B42D (or 0xA0B42D) is known color: Bahia. HEX triplet: A0, B4 and 2D. RGB value is (160,180,45). Sum of RGB (Red+Green+Blue) = 160+180+45=385 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.56% from 385); Green value is 180 (70.70% from 255 or 46.75% from 385); Blue value is 45 (17.97% from 255 or 11.69% from 385); Max value from RGB is 180 - color contains mainly: green. Hex color #A0B42D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B42D is #5F4BD2. Grayscale: #9F9F9F. Windows color (decimal): -6245331 or 2995360. OLE color: 2995360.

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

Color convert

RGB 160 180 45 -
CMYK 0.11 0 0.75 0.29
HSL 68.89º 0.6% 0.44% -
HSV(B) 68.89º 0.75% 0.71% -
XYZ 31.29 40.31 8.61 -
YUV 158.63 63.87 128.98 -
System Red Green Blue C M Y K H S L
Decimal 160 180 45 0.11 0 0.75 0.29 68.89 0.6 0.44
Hex A0 B4 2D B 0 4B 1D 45 3C 2C
Octal 240 264 55 13 0 113 35 105 74 54
Binary 10100000 10110100 101101 1011 0 1001011 11101 1000101 111100 101100

Color Harmonies of #A0B42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B42D

Black with #A0B42D

Text Example


Text Example

White with #A0B42D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B42D; }

 p { color: rgb(160,180,45); }

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

background-color css

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

 a { background-color: rgb(160,180,45); }

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

border-color css

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

 span { border-color: rgb(160,180,45); }

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