Html Css Color HEX #A4B734 Bahia

📋 copy color: '#A4B734'

red 164 ◦ green 183 ◦ blue 52

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

Shades of Bahia #A4B734

Tints of Bahia #A4B734

RGB

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

 GREEN value IS 183 (71.88% from 255) = 45.86%

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

R = 41.1%
G = 45.86%
B = 13.03%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#A4B734 (or 0xA4B734) is known color: Bahia. HEX triplet: A4, B7 and 34. RGB value is (164,183,52). Sum of RGB (Red+Green+Blue) = 164+183+52=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 183 (71.88% from 255 or 45.86% from 399); Blue value is 52 (20.70% from 255 or 13.03% from 399); Max value from RGB is 183 - color contains mainly: green. Hex color #A4B734 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4B734 is #5B48CB. Grayscale: #A2A2A2. Windows color (decimal): -5982412 or 3454884. OLE color: 3454884.

HSL color Cylindrical-coordinate representation of color #A4B734: hue angle of 68.7º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A4B734 is Cyan = 0.10, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.28.

Color convert

RGB 164 183 52 -
CMYK 0.10 0 0.72 0.28
HSL 68.7º 0.56% 0.46% -
HSV(B) 68.7º 0.72% 0.72% -
XYZ 32.86 42.01 9.62 -
YUV 162.39 65.71 129.15 -
System Red Green Blue C M Y K H S L
Decimal 164 183 52 0.10 0 0.72 0.28 68.7 0.56 0.46
Hex A4 B7 34 A 0 48 1C 45 38 2E
Octal 244 267 64 12 0 110 34 105 70 56
Binary 10100100 10110111 110100 1010 0 1001000 11100 1000101 111000 101110

Color Harmonies of #A4B734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B734

Black with #A4B734

Text Example


Text Example

White with #A4B734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B734; }

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

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

background-color css

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

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

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

border-color css

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

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

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