Html Css Color HEX #A4BB2A Bahia

📋 copy color: '#A4BB2A'

red 164 ◦ green 187 ◦ blue 42

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

Shades of Bahia #A4BB2A

Tints of Bahia #A4BB2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.69%

R = 41.73%
G = 47.58%
B = 10.69%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#A4BB2A (or 0xA4BB2A) is known color: Bahia. HEX triplet: A4, BB and 2A. RGB value is (164,187,42). Sum of RGB (Red+Green+Blue) = 164+187+42=393 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.73% from 393); Green value is 187 (73.44% from 255 or 47.58% from 393); Blue value is 42 (16.80% from 255 or 10.69% from 393); Max value from RGB is 187 - color contains mainly: green. Hex color #A4BB2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4BB2A is #5B44D5. Grayscale: #A4A4A4. Windows color (decimal): -5981398 or 2800548. OLE color: 2800548.

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

Color convert

RGB 164 187 42 -
CMYK 0.12 0 0.78 0.27
HSL 69.52º 0.63% 0.45% -
HSV(B) 69.52º 0.78% 0.73% -
XYZ 33.5 43.6 8.84 -
YUV 163.59 59.38 128.29 -
System Red Green Blue C M Y K H S L
Decimal 164 187 42 0.12 0 0.78 0.27 69.52 0.63 0.45
Hex A4 BB 2A C 0 4E 1B 46 3F 2D
Octal 244 273 52 14 0 116 33 106 77 55
Binary 10100100 10111011 101010 1100 0 1001110 11011 1000110 111111 101101

Color Harmonies of #A4BB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BB2A

Black with #A4BB2A

Text Example


Text Example

White with #A4BB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BB2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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