Html Css Color HEX #A2B430 Bahia

📋 copy color: '#A2B430'

red 162 ◦ green 180 ◦ blue 48

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

Shades of Bahia #A2B430

Tints of Bahia #A2B430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.31%

R = 41.54%
G = 46.15%
B = 12.31%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#A2B430 (or 0xA2B430) is known color: Bahia. HEX triplet: A2, B4 and 30. RGB value is (162,180,48). Sum of RGB (Red+Green+Blue) = 162+180+48=390 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.54% from 390); Green value is 180 (70.70% from 255 or 46.15% from 390); Blue value is 48 (19.14% from 255 or 12.31% from 390); Max value from RGB is 180 - color contains mainly: green. Hex color #A2B430 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2B430 is #5D4BCF. Grayscale: #A0A0A0. Windows color (decimal): -6114256 or 3191970. OLE color: 3191970.

HSL color Cylindrical-coordinate representation of color #A2B430: hue angle of 68.18º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A2B430 is Cyan = 0.1, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 162 180 48 -
CMYK 0.1 0 0.73 0.29
HSL 68.18º 0.58% 0.45% -
HSV(B) 68.18º 0.73% 0.71% -
XYZ 31.76 40.54 8.95 -
YUV 159.57 65.04 129.73 -
System Red Green Blue C M Y K H S L
Decimal 162 180 48 0.1 0 0.73 0.29 68.18 0.58 0.45
Hex A2 B4 30 A 0 49 1D 44 3A 2D
Octal 242 264 60 12 0 111 35 104 72 55
Binary 10100010 10110100 110000 1010 0 1001001 11101 1000100 111010 101101

Color Harmonies of #A2B430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B430

Black with #A2B430

Text Example


Text Example

White with #A2B430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B430; }

 p { color: rgb(162,180,48); }

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

background-color css

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

 a { background-color: rgb(162,180,48); }

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

border-color css

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

 span { border-color: rgb(162,180,48); }

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