Html Css Color HEX #A4B830 Bahia

📋 copy color: '#A4B830'

red 164 ◦ green 184 ◦ blue 48

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

Shades of Bahia #A4B830

Tints of Bahia #A4B830

RGB

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

 GREEN value IS 184 (72.27% from 255) = 46.46%

 BLUE value IS 48 (19.14% from 255) = 12.12%

R = 41.41%
G = 46.46%
B = 12.12%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#A4B830 (or 0xA4B830) is known color: Bahia. HEX triplet: A4, B8 and 30. RGB value is (164,184,48). Sum of RGB (Red+Green+Blue) = 164+184+48=396 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.41% from 396); Green value is 184 (72.27% from 255 or 46.46% from 396); Blue value is 48 (19.14% from 255 or 12.12% from 396); Max value from RGB is 184 - color contains mainly: green. Hex color #A4B830 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4B830 is #5B47CF. Grayscale: #A3A3A3. Windows color (decimal): -5982160 or 3192996. OLE color: 3192996.

HSL color Cylindrical-coordinate representation of color #A4B830: hue angle of 68.82º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A4B830 is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB 164 184 48 -
CMYK 0.11 0 0.74 0.28
HSL 68.82º 0.59% 0.45% -
HSV(B) 68.82º 0.74% 0.72% -
XYZ 32.98 42.39 9.24 -
YUV 162.52 63.37 129.06 -
System Red Green Blue C M Y K H S L
Decimal 164 184 48 0.11 0 0.74 0.28 68.82 0.59 0.45
Hex A4 B8 30 B 0 4A 1C 45 3B 2D
Octal 244 270 60 13 0 112 34 105 73 55
Binary 10100100 10111000 110000 1011 0 1001010 11100 1000101 111011 101101

Color Harmonies of #A4B830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B830

Black with #A4B830

Text Example


Text Example

White with #A4B830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B830; }

 p { color: rgb(164,184,48); }

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

background-color css

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

 a { background-color: rgb(164,184,48); }

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

border-color css

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

 span { border-color: rgb(164,184,48); }

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