#B7C150

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

Shades of Celery #B7C150

Tints of Celery #B7C150

Color information

#B7C150 (or 0xB7C150) is unknown color: approx Celery. HEX triplet: B7, C1 and 50. RGB value is (183,193,80). Sum of RGB (Red+Green+Blue) = 183+193+80=456 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.13% from 456); Green value is 193 (75.78% from 255 or 42.32% from 456); Blue value is 80 (31.64% from 255 or 17.54% from 456); Max value from RGB is 193 - color contains mainly: green. Hex color #B7C150 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7C150 is #483EAF. Grayscale: #B1B1B1. Windows color (decimal): -4734640 or 5292471. OLE color: 5292471.

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

Color convert

RGB18319380-
CMYK0.0500.590.24
HSL65.31º47.68%53.53%-
HSV(B)65.31º58.55%75.69%-
XYZ40.0548.7914.9-
YUV177.1373.19132.19-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.13%
GREEN value IS 193 (75.78% from 255) = 42.32%
BLUE value IS 80 (31.64% from 255) = 17.54%
R=40.13%
G=42.32%
B=17.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal183193800.0500.590.2465.3147.6853.53
HexB7C150503B18413036
Octal2673011205073301016066
Binary101101111100000110100001010111011110001000001110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C150; }

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

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

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

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

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

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

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

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