Html Css Color HEX #A4BB32 Bahia

📋 copy color: '#A4BB32'

red 164 ◦ green 187 ◦ blue 50

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

Shades of Bahia #A4BB32

Tints of Bahia #A4BB32

RGB

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

 GREEN value IS 187 (73.44% from 255) = 46.63%

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

R = 40.9%
G = 46.63%
B = 12.47%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#A4BB32 (or 0xA4BB32) is known color: Bahia. HEX triplet: A4, BB and 32. RGB value is (164,187,50). Sum of RGB (Red+Green+Blue) = 164+187+50=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 187 (73.44% from 255 or 46.63% from 401); Blue value is 50 (19.92% from 255 or 12.47% from 401); Max value from RGB is 187 - color contains mainly: green. Hex color #A4BB32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4BB32 is #5B44CD. Grayscale: #A5A5A5. Windows color (decimal): -5981390 or 3324836. OLE color: 3324836.

HSL color Cylindrical-coordinate representation of color #A4BB32: hue angle of 70.07º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A4BB32 is Cyan = 0.12, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 164 187 50 -
CMYK 0.12 0 0.73 0.27
HSL 70.07º 0.58% 0.46% -
HSV(B) 70.07º 0.73% 0.73% -
XYZ 33.66 43.66 9.67 -
YUV 164.51 63.38 127.64 -
System Red Green Blue C M Y K H S L
Decimal 164 187 50 0.12 0 0.73 0.27 70.07 0.58 0.46
Hex A4 BB 32 C 0 49 1B 46 3A 2E
Octal 244 273 62 14 0 111 33 106 72 56
Binary 10100100 10111011 110010 1100 0 1001001 11011 1000110 111010 101110

Color Harmonies of #A4BB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BB32

Black with #A4BB32

Text Example


Text Example

White with #A4BB32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BB32; }

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

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

background-color css

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

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

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

border-color css

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

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

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