#a4bf42

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

Shades of Celery #A4BF42

Tints of Celery #A4BF42

Color information

#A4BF42 (or 0xA4BF42) is unknown color: approx Celery. HEX triplet: A4, BF and 42. RGB value is (164,191,66). Sum of RGB (Red+Green+Blue) = 164+191+66=421 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.95% from 421); Green value is 191 (75% from 255 or 45.37% from 421); Blue value is 66 (26.17% from 255 or 15.68% from 421); Max value from RGB is 191 - color contains mainly: green. Hex color #A4BF42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4BF42 is #5B40BD. Grayscale: #A9A9A9. Windows color (decimal): -5980350 or 4374436. OLE color: 4374436.

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

Color convert

RGB16419166-
CMYK0.1400.650.25
HSL72.96º49.41%50.39%-
HSV(B)72.96º65.45%74.9%-
XYZ34.9245.5512.11-
YUV168.6870.05124.66-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.95%
GREEN value IS 191 (75% from 255) = 45.37%
BLUE value IS 66 (26.17% from 255) = 15.68%
R=38.95%
G=45.37%
B=15.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal164191660.1400.650.2572.9649.4150.39
HexA4BF42E04119493132
Octal244277102160101311116162
Binary10100100101111111000010111001000001110011001001110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a4bf42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a4bf42; }

 p { color: rgb(164,191,66); }

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

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

 a { background-color: rgb(164,191,66); }

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

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

 span { border-color: rgb(164,191,66); }

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