Html Css Color HEX #A4C42B Bahia

📋 copy color: '#A4C42B'

red 164 ◦ green 196 ◦ blue 43

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

Shades of Bahia #A4C42B

Tints of Bahia #A4C42B

RGB

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

 GREEN value IS 196 (76.95% from 255) = 48.64%

 BLUE value IS 43 (17.19% from 255) = 10.67%

R = 40.69%
G = 48.64%
B = 10.67%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#A4C42B (or 0xA4C42B) is known color: Bahia. HEX triplet: A4, C4 and 2B. RGB value is (164,196,43). Sum of RGB (Red+Green+Blue) = 164+196+43=403 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.69% from 403); Green value is 196 (76.95% from 255 or 48.64% from 403); Blue value is 43 (17.19% from 255 or 10.67% from 403); Max value from RGB is 196 - color contains mainly: green. Hex color #A4C42B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4C42B is #5B3BD4. Grayscale: #A9A9A9. Windows color (decimal): -5979093 or 2868388. OLE color: 2868388.

HSL color Cylindrical-coordinate representation of color #A4C42B: hue angle of 72.55º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A4C42B is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB 164 196 43 -
CMYK 0.16 0 0.78 0.23
HSL 72.55º 0.64% 0.47% -
HSV(B) 72.55º 0.78% 0.77% -
XYZ 35.49 47.55 9.59 -
YUV 168.99 56.9 124.44 -
System Red Green Blue C M Y K H S L
Decimal 164 196 43 0.16 0 0.78 0.23 72.55 0.64 0.47
Hex A4 C4 2B 10 0 4E 17 49 40 2F
Octal 244 304 53 20 0 116 27 111 100 57
Binary 10100100 11000100 101011 10000 0 1001110 10111 1001001 1000000 101111

Color Harmonies of #A4C42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C42B

Black with #A4C42B

Text Example


Text Example

White with #A4C42B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C42B; }

 p { color: rgb(164,196,43); }

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

background-color css

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

 a { background-color: rgb(164,196,43); }

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

border-color css

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

 span { border-color: rgb(164,196,43); }

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