#B5C14C

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

Shades of Celery #B5C14C

Tints of Celery #B5C14C

Color information

#B5C14C (or 0xB5C14C) is unknown color: approx Celery. HEX triplet: B5, C1 and 4C. RGB value is (181,193,76). Sum of RGB (Red+Green+Blue) = 181+193+76=450 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.22% from 450); Green value is 193 (75.78% from 255 or 42.89% from 450); Blue value is 76 (30.08% from 255 or 16.89% from 450); Max value from RGB is 193 - color contains mainly: green. Hex color #B5C14C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C14C is #4A3EB3. Grayscale: #B0B0B0. Windows color (decimal): -4865716 or 5030325. OLE color: 5030325.

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

Color convert

RGB18119376-
CMYK0.0600.610.24
HSL66.15º48.55%52.75%-
HSV(B)66.15º60.62%75.69%-
XYZ39.4348.4914.12-
YUV176.0771.52131.51-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.22%
GREEN value IS 193 (75.78% from 255) = 42.89%
BLUE value IS 76 (30.08% from 255) = 16.89%
R=40.22%
G=42.89%
B=16.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal181193760.0600.610.2466.1548.5552.75
HexB5C14C603D18423135
Octal2653011146075301026165
Binary101101011100000110011001100111101110001000010110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C14C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C14C; }

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

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

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

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

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

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

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

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