#afbe3a

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

Shades of Celery #AFBE3A

Tints of Celery #AFBE3A

Color information

#AFBE3A (or 0xAFBE3A) is unknown color: approx Celery. HEX triplet: AF, BE and 3A. RGB value is (175,190,58). Sum of RGB (Red+Green+Blue) = 175+190+58=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 190 (74.61% from 255 or 44.92% from 423); Blue value is 58 (23.05% from 255 or 13.71% from 423); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBE3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBE3A is #5041C5. Grayscale: #AAAAAA. Windows color (decimal): -5259718 or 3849903. OLE color: 3849903.

HSL color Cylindrical-coordinate representation of color #AFBE3A: hue angle of 66.82º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AFBE3A is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB17519058-
CMYK0.0800.690.25
HSL66.82º53.23%48.63%-
HSV(B)66.82º69.47%74.51%-
XYZ36.8646.2510.99-
YUV170.4764.53131.23-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.37%
GREEN value IS 190 (74.61% from 255) = 44.92%
BLUE value IS 58 (23.05% from 255) = 13.71%
R=41.37%
G=44.92%
B=13.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal175190580.0800.690.2566.8253.2348.63
HexAFBE3A804519433531
Octal25727672100105311036561
Binary1010111110111110111010100001000101110011000011110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #afbe3a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #afbe3a; }

 p { color: rgb(175,190,58); }

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

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

 a { background-color: rgb(175,190,58); }

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

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

 span { border-color: rgb(175,190,58); }

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