#A3BD4B

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

Shades of Celery #A3BD4B

Tints of Celery #A3BD4B

Color information

#A3BD4B (or 0xA3BD4B) is unknown color: approx Celery. HEX triplet: A3, BD and 4B. RGB value is (163,189,75). Sum of RGB (Red+Green+Blue) = 163+189+75=427 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.17% from 427); Green value is 189 (74.22% from 255 or 44.26% from 427); Blue value is 75 (29.69% from 255 or 17.56% from 427); Max value from RGB is 189 - color contains mainly: green. Hex color #A3BD4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3BD4B is #5C42B4. Grayscale: #A8A8A8. Windows color (decimal): -6046389 or 4963747. OLE color: 4963747.

HSL color Cylindrical-coordinate representation of color #A3BD4B: hue angle of 73.68º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A3BD4B is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB16318975-
CMYK0.1400.600.26
HSL73.68º46.34%51.76%-
HSV(B)73.68º60.32%74.12%-
XYZ34.5744.6913.46-
YUV168.2375.39124.27-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.17%
GREEN value IS 189 (74.22% from 255) = 44.26%
BLUE value IS 75 (29.69% from 255) = 17.56%
R=38.17%
G=44.26%
B=17.56%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal163189750.1400.600.2673.6846.3451.76
HexA3BD4BE03C1A4a2e34
Octal24327511316074321125664
Binary1010001110111101100101111100111100110101001010101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BD4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BD4B; }

 p { color: rgb(163,189,75); }

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

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

 a { background-color: rgb(163,189,75); }

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

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

 span { border-color: rgb(163,189,75); }

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