Html Css Color HEX #A2B633 Bahia

📋 copy color: '#A2B633'

red 162 ◦ green 182 ◦ blue 51

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

Shades of Bahia #A2B633

Tints of Bahia #A2B633

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.91%

R = 41.01%
G = 46.08%
B = 12.91%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#A2B633 (or 0xA2B633) is known color: Bahia. HEX triplet: A2, B6 and 33. RGB value is (162,182,51). Sum of RGB (Red+Green+Blue) = 162+182+51=395 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.01% from 395); Green value is 182 (71.48% from 255 or 46.08% from 395); Blue value is 51 (20.31% from 255 or 12.91% from 395); Max value from RGB is 182 - color contains mainly: green. Hex color #A2B633 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2B633 is #5D49CC. Grayscale: #A1A1A1. Windows color (decimal): -6113741 or 3389090. OLE color: 3389090.

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

Color convert

RGB 162 182 51 -
CMYK 0.11 0 0.72 0.29
HSL 69.16º 0.56% 0.46% -
HSV(B) 69.16º 0.72% 0.71% -
XYZ 32.23 41.38 9.42 -
YUV 161.09 65.87 128.65 -
System Red Green Blue C M Y K H S L
Decimal 162 182 51 0.11 0 0.72 0.29 69.16 0.56 0.46
Hex A2 B6 33 B 0 48 1D 45 38 2E
Octal 242 266 63 13 0 110 35 105 70 56
Binary 10100010 10110110 110011 1011 0 1001000 11101 1000101 111000 101110

Color Harmonies of #A2B633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B633

Black with #A2B633

Text Example


Text Example

White with #A2B633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B633; }

 p { color: rgb(162,182,51); }

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

background-color css

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

 a { background-color: rgb(162,182,51); }

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

border-color css

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

 span { border-color: rgb(162,182,51); }

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