#AFBD4B

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

Shades of Celery #AFBD4B

Tints of Celery #AFBD4B

Color information

#AFBD4B (or 0xAFBD4B) is unknown color: approx Celery. HEX triplet: AF, BD and 4B. RGB value is (175,189,75). Sum of RGB (Red+Green+Blue) = 175+189+75=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 189 (74.22% from 255 or 43.05% from 439); Blue value is 75 (29.69% from 255 or 17.08% from 439); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBD4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBD4B is #5042B4. Grayscale: #ACACAC. Windows color (decimal): -5259957 or 4963759. OLE color: 4963759.

HSL color Cylindrical-coordinate representation of color #AFBD4B: hue angle of 67.37º 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 #AFBD4B is Cyan = 0.07, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB17518975-
CMYK0.0700.600.26
HSL67.37º46.34%51.76%-
HSV(B)67.37º60.32%74.12%-
XYZ37.1546.0213.58-
YUV171.8273.36130.27-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.86%
GREEN value IS 189 (74.22% from 255) = 43.05%
BLUE value IS 75 (29.69% from 255) = 17.08%
R=39.86%
G=43.05%
B=17.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal175189750.0700.600.2667.3746.3451.76
HexAFBD4B703C1A432e34
Octal2572751137074321035664
Binary101011111011110110010111110111100110101000011101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBD4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBD4B; }

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

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

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

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

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

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

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

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