#A7C62B

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

Shades of Bahia #A7C62B

Tints of Bahia #A7C62B

Color information

#A7C62B (or 0xA7C62B) is unknown color: approx Bahia. HEX triplet: A7, C6 and 2B. RGB value is (167,198,43). Sum of RGB (Red+Green+Blue) = 167+198+43=408 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.93% from 408); Green value is 198 (77.73% from 255 or 48.53% from 408); Blue value is 43 (17.19% from 255 or 10.54% from 408); Max value from RGB is 198 - color contains mainly: green. Hex color #A7C62B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7C62B is #5839D4. Grayscale: #ABABAB. Windows color (decimal): -5781973 or 2868903. OLE color: 2868903.

HSL color Cylindrical-coordinate representation of color #A7C62B: hue angle of 72º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A7C62B is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB16719843-
CMYK0.1600.780.22
HSL72º64.32%47.25%-
HSV(B)72º78.28%77.65%-
XYZ36.5748.789.77-
YUV171.0655.73125.1-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.93%
GREEN value IS 198 (77.73% from 255) = 48.53%
BLUE value IS 43 (17.19% from 255) = 10.54%
R=40.93%
G=48.53%
B=10.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal167198430.1600.780.227264.3247.25
HexA7C62B1004E1648402f
Octal247306532001162611010057
Binary101001111100011010101110000010011101011010010001000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C62B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C62B; }

 p { color: rgb(167,198,43); }

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

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

 a { background-color: rgb(167,198,43); }

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

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

 span { border-color: rgb(167,198,43); }

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