#B8CD48

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

Shades of Celery #B8CD48

Tints of Celery #B8CD48

Color information

#B8CD48 (or 0xB8CD48) is unknown color: approx Celery. HEX triplet: B8, CD and 48. RGB value is (184,205,72). Sum of RGB (Red+Green+Blue) = 184+205+72=461 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.91% from 461); Green value is 205 (80.47% from 255 or 44.47% from 461); Blue value is 72 (28.52% from 255 or 15.62% from 461); Max value from RGB is 205 - color contains mainly: green. Hex color #B8CD48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8CD48 is #4732B7. Grayscale: #B8B8B8. Windows color (decimal): -4666040 or 4771256. OLE color: 4771256.

HSL color Cylindrical-coordinate representation of color #B8CD48: hue angle of 69.47º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B8CD48 is Cyan = 0.10, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB18420572-
CMYK0.1000.650.20
HSL69.47º57.08%54.31%-
HSV(B)69.47º64.88%80.39%-
XYZ42.7754.3214.36-
YUV183.5665.04128.31-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.91%
GREEN value IS 205 (80.47% from 255) = 44.47%
BLUE value IS 72 (28.52% from 255) = 15.62%
R=39.91%
G=44.47%
B=15.62%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal184205720.1000.650.2069.4757.0854.31
HexB8CD48A04114453936
Octal270315110120101241057166
Binary10111000110011011001000101001000001101001000101111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CD48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CD48; }

 p { color: rgb(184,205,72); }

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

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

 a { background-color: rgb(184,205,72); }

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

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

 span { border-color: rgb(184,205,72); }

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