#A5B630

Color #A5B630 Bahia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahia #A5B630

Tints of Bahia #A5B630

Color information

#A5B630 (or 0xA5B630) is unknown color: approx Bahia. HEX triplet: A5, B6 and 30. RGB value is (165,182,48). Sum of RGB (Red+Green+Blue) = 165+182+48=395 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.77% from 395); Green value is 182 (71.48% from 255 or 46.08% from 395); Blue value is 48 (19.14% from 255 or 12.15% from 395); Max value from RGB is 182 - color contains mainly: green. Hex color #A5B630 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5B630 is #5A49CF. Grayscale: #A2A2A2. Windows color (decimal): -5917136 or 3192485. OLE color: 3192485.

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

Color convert

RGB16518248-
CMYK0.0900.740.29
HSL67.61º58.26%45.1%-
HSV(B)67.61º73.63%71.37%-
XYZ32.7841.679.11-
YUV161.6463.87130.4-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.77%
GREEN value IS 182 (71.48% from 255) = 46.08%
BLUE value IS 48 (19.14% from 255) = 12.15%
R=41.77%
G=46.08%
B=12.15%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal165182480.0900.740.2967.6158.2645.1
HexA5B630904A1D443a2d
Octal24526660110112351047255
Binary1010010110110110110000100101001010111011000100111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B630; }

 p { color: rgb(165,182,48); }

 H1.HeaderClassName
 {
   color: #A5B630;
 }
 .AnyTagClassName
 {
   color: #A5B630;
 }
</style>
background-color css

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

 a { background-color: rgb(165,182,48); }

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

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

 span { border-color: rgb(165,182,48); }

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