Html Css Color HEX #A2B334 Bahia

📋 copy color: '#A2B334'

red 162 ◦ green 179 ◦ blue 52

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

Shades of Bahia #A2B334

Tints of Bahia #A2B334

RGB

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

 GREEN value IS 179 (70.31% from 255) = 45.55%

 BLUE value IS 52 (20.7% from 255) = 13.23%

R = 41.22%
G = 45.55%
B = 13.23%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#A2B334 (or 0xA2B334) is known color: Bahia. HEX triplet: A2, B3 and 34. RGB value is (162,179,52). Sum of RGB (Red+Green+Blue) = 162+179+52=393 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.22% from 393); Green value is 179 (70.31% from 255 or 45.55% from 393); Blue value is 52 (20.70% from 255 or 13.23% from 393); Max value from RGB is 179 - color contains mainly: green. Hex color #A2B334 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2B334 is #5D4CCB. Grayscale: #9F9F9F. Windows color (decimal): -6114508 or 3453858. OLE color: 3453858.

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

Color convert

RGB 162 179 52 -
CMYK 0.09 0 0.71 0.30
HSL 68.03º 0.55% 0.45% -
HSV(B) 68.03º 0.71% 0.7% -
XYZ 31.64 40.17 9.33 -
YUV 159.44 67.37 129.83 -
System Red Green Blue C M Y K H S L
Decimal 162 179 52 0.09 0 0.71 0.30 68.03 0.55 0.45
Hex A2 B3 34 9 0 47 1E 44 37 2D
Octal 242 263 64 11 0 107 36 104 67 55
Binary 10100010 10110011 110100 1001 0 1000111 11110 1000100 110111 101101

Color Harmonies of #A2B334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B334

Black with #A2B334

Text Example


Text Example

White with #A2B334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B334; }

 p { color: rgb(162,179,52); }

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

background-color css

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

 a { background-color: rgb(162,179,52); }

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

border-color css

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

 span { border-color: rgb(162,179,52); }

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