#B8CD40

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

Shades of Celery #B8CD40

Tints of Celery #B8CD40

Color information

#B8CD40 (or 0xB8CD40) is unknown color: approx Celery. HEX triplet: B8, CD and 40. RGB value is (184,205,64). Sum of RGB (Red+Green+Blue) = 184+205+64=453 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.62% from 453); Green value is 205 (80.47% from 255 or 45.25% from 453); Blue value is 64 (25.39% from 255 or 14.13% from 453); Max value from RGB is 205 - color contains mainly: green. Hex color #B8CD40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8CD40 is #4732BF. Grayscale: #B7B7B7. Windows color (decimal): -4666048 or 4246968. OLE color: 4246968.

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

Color convert

RGB18420564-
CMYK0.1000.690.20
HSL68.94º58.51%52.75%-
HSV(B)68.94º68.78%80.39%-
XYZ42.5254.2213.08-
YUV182.6561.04128.96-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.62%
GREEN value IS 205 (80.47% from 255) = 45.25%
BLUE value IS 64 (25.39% from 255) = 14.13%
R=40.62%
G=45.25%
B=14.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal184205640.1000.690.2068.9458.5152.75
HexB8CD40A04514453b35
Octal270315100120105241057365
Binary10111000110011011000000101001000101101001000101111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CD40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CD40; }

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

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

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

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

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

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

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

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