Html Css Color HEX #A2BE28 Bahia

📋 copy color: '#A2BE28'

red 162 ◦ green 190 ◦ blue 40

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

Shades of Bahia #A2BE28

Tints of Bahia #A2BE28

RGB

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

 GREEN value IS 190 (74.61% from 255) = 48.47%

 BLUE value IS 40 (16.02% from 255) = 10.2%

R = 41.33%
G = 48.47%
B = 10.2%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#A2BE28 (or 0xA2BE28) is known color: Bahia. HEX triplet: A2, BE and 28. RGB value is (162,190,40). Sum of RGB (Red+Green+Blue) = 162+190+40=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 190 (74.61% from 255 or 48.47% from 392); Blue value is 40 (16.02% from 255 or 10.20% from 392); Max value from RGB is 190 - color contains mainly: green. Hex color #A2BE28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2BE28 is #5D41D7. Grayscale: #A5A5A5. Windows color (decimal): -6111704 or 2670242. OLE color: 2670242.

HSL color Cylindrical-coordinate representation of color #A2BE28: hue angle of 71.2º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A2BE28 is Cyan = 0.15, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 190 40 -
CMYK 0.15 0 0.79 0.25
HSL 71.2º 0.65% 0.45% -
HSV(B) 71.2º 0.79% 0.75% -
XYZ 33.7 44.66 8.85 -
YUV 164.53 57.72 126.2 -
System Red Green Blue C M Y K H S L
Decimal 162 190 40 0.15 0 0.79 0.25 71.2 0.65 0.45
Hex A2 BE 28 F 0 4F 19 47 41 2D
Octal 242 276 50 17 0 117 31 107 101 55
Binary 10100010 10111110 101000 1111 0 1001111 11001 1000111 1000001 101101

Color Harmonies of #A2BE28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BE28

Black with #A2BE28

Text Example


Text Example

White with #A2BE28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BE28; }

 p { color: rgb(162,190,40); }

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

background-color css

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

 a { background-color: rgb(162,190,40); }

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

border-color css

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

 span { border-color: rgb(162,190,40); }

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