Html Css Color HEX #A2B21D Bahia

📋 copy color: '#A2B21D'

red 162 ◦ green 178 ◦ blue 29

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

Shades of Bahia #A2B21D

Tints of Bahia #A2B21D

RGB

 RED value IS 162 (63.67% from 255) = 43.9%

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

 BLUE value IS 29 (11.72% from 255) = 7.86%

R = 43.9%
G = 48.24%
B = 7.86%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#A2B21D (or 0xA2B21D) is known color: Bahia. HEX triplet: A2, B2 and 1D. RGB value is (162,178,29). Sum of RGB (Red+Green+Blue) = 162+178+29=369 (48% of max value = 765). Red value is 162 (63.67% from 255 or 43.90% from 369); Green value is 178 (69.92% from 255 or 48.24% from 369); Blue value is 29 (11.72% from 255 or 7.86% from 369); Max value from RGB is 178 - color contains mainly: green. Hex color #A2B21D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2B21D is #5D4DE2. Grayscale: #9C9C9C. Windows color (decimal): -6114787 or 1946274. OLE color: 1946274.

HSL color Cylindrical-coordinate representation of color #A2B21D: hue angle of 66.44º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A2B21D is Cyan = 0.09, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB 162 178 29 -
CMYK 0.09 0 0.84 0.30
HSL 66.44º 0.72% 0.41% -
HSV(B) 66.44º 0.84% 0.7% -
XYZ 31.04 39.61 7.17 -
YUV 156.23 56.2 132.12 -
System Red Green Blue C M Y K H S L
Decimal 162 178 29 0.09 0 0.84 0.30 66.44 0.72 0.41
Hex A2 B2 1D 9 0 54 1E 42 48 29
Octal 242 262 35 11 0 124 36 102 110 51
Binary 10100010 10110010 11101 1001 0 1010100 11110 1000010 1001000 101001

Color Harmonies of #A2B21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B21D

Black with #A2B21D

Text Example


Text Example

White with #A2B21D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B21D; }

 p { color: rgb(162,178,29); }

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

background-color css

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

 a { background-color: rgb(162,178,29); }

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

border-color css

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

 span { border-color: rgb(162,178,29); }

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