#B5C14F

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

Shades of Celery #B5C14F

Tints of Celery #B5C14F

Color information

#B5C14F (or 0xB5C14F) is unknown color: approx Celery. HEX triplet: B5, C1 and 4F. RGB value is (181,193,79). Sum of RGB (Red+Green+Blue) = 181+193+79=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 193 (75.78% from 255 or 42.60% from 453); Blue value is 79 (31.25% from 255 or 17.44% from 453); Max value from RGB is 193 - color contains mainly: green. Hex color #B5C14F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C14F is #4A3EB0. Grayscale: #B0B0B0. Windows color (decimal): -4865713 or 5226933. OLE color: 5226933.

HSL color Cylindrical-coordinate representation of color #B5C14F: hue angle of 66.32º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B5C14F is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB18119379-
CMYK0.0600.590.24
HSL66.32º47.9%53.33%-
HSV(B)66.32º59.07%75.69%-
XYZ39.5448.5314.68-
YUV176.4273.02131.27-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.96%
GREEN value IS 193 (75.78% from 255) = 42.60%
BLUE value IS 79 (31.25% from 255) = 17.44%
R=39.96%
G=42.60%
B=17.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal181193790.0600.590.2466.3247.953.33
HexB5C14F603B18423035
Octal2653011176073301026065
Binary101101011100000110011111100111011110001000010110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C14F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C14F; }

 p { color: rgb(181,193,79); }

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

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

 a { background-color: rgb(181,193,79); }

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

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

 span { border-color: rgb(181,193,79); }

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