Html Css Color HEX #A2C21B Bahia

📋 copy color: '#A2C21B'

red 162 ◦ green 194 ◦ blue 27

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

Shades of Bahia #A2C21B

Tints of Bahia #A2C21B

RGB

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

 GREEN value IS 194 (76.17% from 255) = 50.65%

 BLUE value IS 27 (10.94% from 255) = 7.05%

R = 42.3%
G = 50.65%
B = 7.05%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#A2C21B (or 0xA2C21B) is known color: Bahia. HEX triplet: A2, C2 and 1B. RGB value is (162,194,27). Sum of RGB (Red+Green+Blue) = 162+194+27=383 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.30% from 383); Green value is 194 (76.17% from 255 or 50.65% from 383); Blue value is 27 (10.94% from 255 or 7.05% from 383); Max value from RGB is 194 - color contains mainly: green. Hex color #A2C21B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C21B is #5D3DE4. Grayscale: #A6A6A6. Windows color (decimal): -6110693 or 1819298. OLE color: 1819298.

HSL color Cylindrical-coordinate representation of color #A2C21B: hue angle of 71.5º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A2C21B is Cyan = 0.16, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB 162 194 27 -
CMYK 0.16 0 0.86 0.24
HSL 71.5º 0.76% 0.43% -
HSV(B) 71.5º 0.86% 0.76% -
XYZ 34.39 46.34 8.17 -
YUV 165.39 49.9 125.58 -
System Red Green Blue C M Y K H S L
Decimal 162 194 27 0.16 0 0.86 0.24 71.5 0.76 0.43
Hex A2 C2 1B 10 0 56 18 47 4C 2B
Octal 242 302 33 20 0 126 30 107 114 53
Binary 10100010 11000010 11011 10000 0 1010110 11000 1000111 1001100 101011

Color Harmonies of #A2C21B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C21B

Black with #A2C21B

Text Example


Text Example

White with #A2C21B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C21B; }

 p { color: rgb(162,194,27); }

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

background-color css

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

 a { background-color: rgb(162,194,27); }

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

border-color css

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

 span { border-color: rgb(162,194,27); }

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