#AFBC35

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

Shades of Celery #AFBC35

Tints of Celery #AFBC35

Color information

#AFBC35 (or 0xAFBC35) is unknown color: approx Celery. HEX triplet: AF, BC and 35. RGB value is (175,188,53). Sum of RGB (Red+Green+Blue) = 175+188+53=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 188 (73.83% from 255 or 45.19% from 416); Blue value is 53 (21.09% from 255 or 12.74% from 416); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBC35 is #5043CA. Grayscale: #A9A9A9. Windows color (decimal): -5260235 or 3521711. OLE color: 3521711.

HSL color Cylindrical-coordinate representation of color #AFBC35: hue angle of 65.78º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AFBC35 is Cyan = 0.07, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB17518853-
CMYK0.0700.720.26
HSL65.78º56.02%47.25%-
HSV(B)65.78º71.81%73.73%-
XYZ36.3145.3410.21-
YUV168.7262.69132.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.07%
GREEN value IS 188 (73.83% from 255) = 45.19%
BLUE value IS 53 (21.09% from 255) = 12.74%
R=42.07%
G=45.19%
B=12.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal175188530.0700.720.2665.7856.0247.25
HexAFBC3570481A42382f
Octal2572746570110321027057
Binary101011111011110011010111101001000110101000010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBC35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBC35; }

 p { color: rgb(175,188,53); }

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

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

 a { background-color: rgb(175,188,53); }

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

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

 span { border-color: rgb(175,188,53); }

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