Html Css Color HEX #A4D21B Bahia

📋 copy color: '#A4D21B'

red 164 ◦ green 210 ◦ blue 27

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

Shades of Bahia #A4D21B

Tints of Bahia #A4D21B

RGB

 RED value IS 164 (64.45% from 255) = 40.9%

 GREEN value IS 210 (82.42% from 255) = 52.37%

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

R = 40.9%
G = 52.37%
B = 6.73%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#A4D21B (or 0xA4D21B) is known color: Bahia. HEX triplet: A4, D2 and 1B. RGB value is (164,210,27). Sum of RGB (Red+Green+Blue) = 164+210+27=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 210 (82.42% from 255 or 52.37% from 401); Blue value is 27 (10.94% from 255 or 6.73% from 401); Max value from RGB is 210 - color contains mainly: green. Hex color #A4D21B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4D21B is #5B2DE4. Grayscale: #B0B0B0. Windows color (decimal): -5975525 or 1823396. OLE color: 1823396.

HSL color Cylindrical-coordinate representation of color #A4D21B: hue angle of 75.08º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A4D21B is Cyan = 0.22, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB 164 210 27 -
CMYK 0.22 0 0.87 0.18
HSL 75.08º 0.77% 0.46% -
HSV(B) 75.08º 0.87% 0.82% -
XYZ 38.55 54.06 9.44 -
YUV 175.38 44.26 119.88 -
System Red Green Blue C M Y K H S L
Decimal 164 210 27 0.22 0 0.87 0.18 75.08 0.77 0.46
Hex A4 D2 1B 16 0 57 12 4B 4D 2E
Octal 244 322 33 26 0 127 22 113 115 56
Binary 10100100 11010010 11011 10110 0 1010111 10010 1001011 1001101 101110

Color Harmonies of #A4D21B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D21B

Black with #A4D21B

Text Example


Text Example

White with #A4D21B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D21B; }

 p { color: rgb(164,210,27); }

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

background-color css

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

 a { background-color: rgb(164,210,27); }

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

border-color css

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

 span { border-color: rgb(164,210,27); }

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