Html Css Color HEX #A2BB30 Bahia

📋 copy color: '#A2BB30'

red 162 ◦ green 187 ◦ blue 48

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

Shades of Bahia #A2BB30

Tints of Bahia #A2BB30

RGB

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

 GREEN value IS 187 (73.44% from 255) = 47.1%

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

R = 40.81%
G = 47.1%
B = 12.09%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#A2BB30 (or 0xA2BB30) is known color: Bahia. HEX triplet: A2, BB and 30. RGB value is (162,187,48). Sum of RGB (Red+Green+Blue) = 162+187+48=397 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.81% from 397); Green value is 187 (73.44% from 255 or 47.10% from 397); Blue value is 48 (19.14% from 255 or 12.09% from 397); Max value from RGB is 187 - color contains mainly: green. Hex color #A2BB30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2BB30 is #5D44CF. Grayscale: #A4A4A4. Windows color (decimal): -6112464 or 3193762. OLE color: 3193762.

HSL color Cylindrical-coordinate representation of color #A2BB30: hue angle of 70.79º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A2BB30 is Cyan = 0.13, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 187 48 -
CMYK 0.13 0 0.74 0.27
HSL 70.79º 0.59% 0.46% -
HSV(B) 70.79º 0.74% 0.73% -
XYZ 33.2 43.44 9.43 -
YUV 163.68 62.72 126.8 -
System Red Green Blue C M Y K H S L
Decimal 162 187 48 0.13 0 0.74 0.27 70.79 0.59 0.46
Hex A2 BB 30 D 0 4A 1B 47 3B 2E
Octal 242 273 60 15 0 112 33 107 73 56
Binary 10100010 10111011 110000 1101 0 1001010 11011 1000111 111011 101110

Color Harmonies of #A2BB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BB30

Black with #A2BB30

Text Example


Text Example

White with #A2BB30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BB30; }

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

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

background-color css

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

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

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

border-color css

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

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

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