#B7CA50

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

Shades of Celery #B7CA50

Tints of Celery #B7CA50

Color information

#B7CA50 (or 0xB7CA50) is unknown color: approx Celery. HEX triplet: B7, CA and 50. RGB value is (183,202,80). Sum of RGB (Red+Green+Blue) = 183+202+80=465 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.35% from 465); Green value is 202 (79.30% from 255 or 43.44% from 465); Blue value is 80 (31.64% from 255 or 17.20% from 465); Max value from RGB is 202 - color contains mainly: green. Hex color #B7CA50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7CA50 is #4835AF. Grayscale: #B6B6B6. Windows color (decimal): -4732336 or 5294775. OLE color: 5294775.

HSL color Cylindrical-coordinate representation of color #B7CA50: hue angle of 69.34º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B7CA50 is Cyan = 0.09, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB18320280-
CMYK0.0900.600.21
HSL69.34º53.51%55.29%-
HSV(B)69.34º60.4%79.22%-
XYZ42.152.8915.58-
YUV182.4170.21128.42-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.35%
GREEN value IS 202 (79.30% from 255) = 43.44%
BLUE value IS 80 (31.64% from 255) = 17.20%
R=39.35%
G=43.44%
B=17.20%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal183202800.0900.600.2169.3453.5155.29
HexB7CA50903C15453637
Octal26731212011074251056667
Binary1011011111001010101000010010111100101011000101110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CA50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CA50; }

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

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

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

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

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

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

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

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