#ADBF3F

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

Shades of Celery #ADBF3F

Tints of Celery #ADBF3F

Color information

#ADBF3F (or 0xADBF3F) is unknown color: approx Celery. HEX triplet: AD, BF and 3F. RGB value is (173,191,63). Sum of RGB (Red+Green+Blue) = 173+191+63=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 191 (75% from 255 or 44.73% from 427); Blue value is 63 (25% from 255 or 14.75% from 427); Max value from RGB is 191 - color contains mainly: green. Hex color #ADBF3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBF3F is #5240C0. Grayscale: #ABABAB. Windows color (decimal): -5390529 or 4177837. OLE color: 4177837.

HSL color Cylindrical-coordinate representation of color #ADBF3F: hue angle of 68.44º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ADBF3F is Cyan = 0.09, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB17319163-
CMYK0.0900.670.25
HSL68.44º50.39%49.8%-
HSV(B)68.44º67.02%74.9%-
XYZ36.7646.511.74-
YUV171.0367.04129.41-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.52%
GREEN value IS 191 (75% from 255) = 44.73%
BLUE value IS 63 (25% from 255) = 14.75%
R=40.52%
G=44.73%
B=14.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal173191630.0900.670.2568.4450.3949.8
HexADBF3F904319443232
Octal25527777110103311046262
Binary1010110110111111111111100101000011110011000100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBF3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBF3F; }

 p { color: rgb(173,191,63); }

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

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

 a { background-color: rgb(173,191,63); }

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

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

 span { border-color: rgb(173,191,63); }

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