Html Css Color HEX #A4BC29 Bahia

📋 copy color: '#A4BC29'

red 164 ◦ green 188 ◦ blue 41

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

Shades of Bahia #A4BC29

Tints of Bahia #A4BC29

RGB

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

 GREEN value IS 188 (73.83% from 255) = 47.84%

 BLUE value IS 41 (16.41% from 255) = 10.43%

R = 41.73%
G = 47.84%
B = 10.43%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#A4BC29 (or 0xA4BC29) is known color: Bahia. HEX triplet: A4, BC and 29. RGB value is (164,188,41). Sum of RGB (Red+Green+Blue) = 164+188+41=393 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.73% from 393); Green value is 188 (73.83% from 255 or 47.84% from 393); Blue value is 41 (16.41% from 255 or 10.43% from 393); Max value from RGB is 188 - color contains mainly: green. Hex color #A4BC29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4BC29 is #5B43D6. Grayscale: #A4A4A4. Windows color (decimal): -5981143 or 2735268. OLE color: 2735268.

HSL color Cylindrical-coordinate representation of color #A4BC29: hue angle of 69.8º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A4BC29 is Cyan = 0.13, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB 164 188 41 -
CMYK 0.13 0 0.78 0.26
HSL 69.8º 0.64% 0.45% -
HSV(B) 69.8º 0.78% 0.74% -
XYZ 33.69 44.02 8.82 -
YUV 164.07 58.55 127.95 -
System Red Green Blue C M Y K H S L
Decimal 164 188 41 0.13 0 0.78 0.26 69.8 0.64 0.45
Hex A4 BC 29 D 0 4E 1A 46 40 2D
Octal 244 274 51 15 0 116 32 106 100 55
Binary 10100100 10111100 101001 1101 0 1001110 11010 1000110 1000000 101101

Color Harmonies of #A4BC29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BC29

Black with #A4BC29

Text Example


Text Example

White with #A4BC29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BC29; }

 p { color: rgb(164,188,41); }

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

background-color css

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

 a { background-color: rgb(164,188,41); }

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

border-color css

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

 span { border-color: rgb(164,188,41); }

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