Html Css Color HEX #A4B534 Bahia

📋 copy color: '#A4B534'

red 164 ◦ green 181 ◦ blue 52

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

Shades of Bahia #A4B534

Tints of Bahia #A4B534

RGB

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

 GREEN value IS 181 (71.09% from 255) = 45.59%

 BLUE value IS 52 (20.7% from 255) = 13.1%

R = 41.31%
G = 45.59%
B = 13.1%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#A4B534 (or 0xA4B534) is known color: Bahia. HEX triplet: A4, B5 and 34. RGB value is (164,181,52). Sum of RGB (Red+Green+Blue) = 164+181+52=397 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.31% from 397); Green value is 181 (71.09% from 255 or 45.59% from 397); Blue value is 52 (20.70% from 255 or 13.10% from 397); Max value from RGB is 181 - color contains mainly: green. Hex color #A4B534 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4B534 is #5B4ACB. Grayscale: #A1A1A1. Windows color (decimal): -5982924 or 3454372. OLE color: 3454372.

HSL color Cylindrical-coordinate representation of color #A4B534: hue angle of 67.91º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A4B534 is Cyan = 0.09, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB 164 181 52 -
CMYK 0.09 0 0.71 0.29
HSL 67.91º 0.55% 0.46% -
HSV(B) 67.91º 0.71% 0.71% -
XYZ 32.45 41.19 9.49 -
YUV 161.21 66.37 129.99 -
System Red Green Blue C M Y K H S L
Decimal 164 181 52 0.09 0 0.71 0.29 67.91 0.55 0.46
Hex A4 B5 34 9 0 47 1D 44 37 2E
Octal 244 265 64 11 0 107 35 104 67 56
Binary 10100100 10110101 110100 1001 0 1000111 11101 1000100 110111 101110

Color Harmonies of #A4B534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B534

Black with #A4B534

Text Example


Text Example

White with #A4B534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B534; }

 p { color: rgb(164,181,52); }

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

background-color css

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

 a { background-color: rgb(164,181,52); }

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

border-color css

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

 span { border-color: rgb(164,181,52); }

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