Html Css Color HEX #A4BC32 Bahia

📋 copy color: '#A4BC32'

red 164 ◦ green 188 ◦ blue 50

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

Shades of Bahia #A4BC32

Tints of Bahia #A4BC32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.44%

R = 40.8%
G = 46.77%
B = 12.44%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#A4BC32 (or 0xA4BC32) is known color: Bahia. HEX triplet: A4, BC and 32. RGB value is (164,188,50). Sum of RGB (Red+Green+Blue) = 164+188+50=402 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.80% from 402); Green value is 188 (73.83% from 255 or 46.77% from 402); Blue value is 50 (19.92% from 255 or 12.44% from 402); Max value from RGB is 188 - color contains mainly: green. Hex color #A4BC32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4BC32 is #5B43CD. Grayscale: #A5A5A5. Windows color (decimal): -5981134 or 3325092. OLE color: 3325092.

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

Color convert

RGB 164 188 50 -
CMYK 0.13 0 0.73 0.26
HSL 70.43º 0.58% 0.47% -
HSV(B) 70.43º 0.73% 0.74% -
XYZ 33.87 44.09 9.74 -
YUV 165.09 63.05 127.22 -
System Red Green Blue C M Y K H S L
Decimal 164 188 50 0.13 0 0.73 0.26 70.43 0.58 0.47
Hex A4 BC 32 D 0 49 1A 46 3A 2F
Octal 244 274 62 15 0 111 32 106 72 57
Binary 10100100 10111100 110010 1101 0 1001001 11010 1000110 111010 101111

Color Harmonies of #A4BC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BC32

Black with #A4BC32

Text Example


Text Example

White with #A4BC32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BC32; }

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

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

background-color css

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

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

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

border-color css

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

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

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