Html Css Color HEX #A4C828 Bahia

📋 copy color: '#A4C828'

red 164 ◦ green 200 ◦ blue 40

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

Shades of Bahia #A4C828

Tints of Bahia #A4C828

RGB

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

 GREEN value IS 200 (78.52% from 255) = 49.5%

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

R = 40.59%
G = 49.5%
B = 9.9%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.8

 K value IS 0.22

RGB Variations

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

Color information

#A4C828 (or 0xA4C828) is known color: Bahia. HEX triplet: A4, C8 and 28. RGB value is (164,200,40). Sum of RGB (Red+Green+Blue) = 164+200+40=404 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.59% from 404); Green value is 200 (78.52% from 255 or 49.50% from 404); Blue value is 40 (16.02% from 255 or 9.90% from 404); Max value from RGB is 200 - color contains mainly: green. Hex color #A4C828 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4C828 is #5B37D7. Grayscale: #ABABAB. Windows color (decimal): -5978072 or 2672804. OLE color: 2672804.

HSL color Cylindrical-coordinate representation of color #A4C828: hue angle of 73.5º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A4C828 is Cyan = 0.18, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.22.

Color convert

RGB 164 200 40 -
CMYK 0.18 0 0.8 0.22
HSL 73.5º 0.67% 0.47% -
HSV(B) 73.5º 0.8% 0.78% -
XYZ 36.35 49.35 9.62 -
YUV 171 54.07 123.01 -
System Red Green Blue C M Y K H S L
Decimal 164 200 40 0.18 0 0.8 0.22 73.5 0.67 0.47
Hex A4 C8 28 12 0 50 16 4A 43 2F
Octal 244 310 50 22 0 120 26 112 103 57
Binary 10100100 11001000 101000 10010 0 1010000 10110 1001010 1000011 101111

Color Harmonies of #A4C828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C828

Black with #A4C828

Text Example


Text Example

White with #A4C828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C828; }

 p { color: rgb(164,200,40); }

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

background-color css

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

 a { background-color: rgb(164,200,40); }

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

border-color css

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

 span { border-color: rgb(164,200,40); }

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