#B7C14B

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

Shades of Celery #B7C14B

Tints of Celery #B7C14B

Color information

#B7C14B (or 0xB7C14B) is unknown color: approx Celery. HEX triplet: B7, C1 and 4B. RGB value is (183,193,75). Sum of RGB (Red+Green+Blue) = 183+193+75=451 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.58% from 451); Green value is 193 (75.78% from 255 or 42.79% from 451); Blue value is 75 (29.69% from 255 or 16.63% from 451); Max value from RGB is 193 - color contains mainly: green. Hex color #B7C14B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7C14B is #483EB4. Grayscale: #B1B1B1. Windows color (decimal): -4734645 or 4964791. OLE color: 4964791.

HSL color Cylindrical-coordinate representation of color #B7C14B: hue angle of 65.08º 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 #B7C14B is Cyan = 0.05, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB18319375-
CMYK0.0500.610.24
HSL65.08º48.76%52.55%-
HSV(B)65.08º61.14%75.69%-
XYZ39.8748.7213.96-
YUV176.5670.69132.59-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.58%
GREEN value IS 193 (75.78% from 255) = 42.79%
BLUE value IS 75 (29.69% from 255) = 16.63%
R=40.58%
G=42.79%
B=16.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal183193750.0500.610.2465.0848.7652.55
HexB7C14B503D18413135
Octal2673011135075301016165
Binary101101111100000110010111010111101110001000001110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C14B; }

 p { color: rgb(183,193,75); }

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

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

 a { background-color: rgb(183,193,75); }

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

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

 span { border-color: rgb(183,193,75); }

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