#B8CF40

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

Shades of Celery #B8CF40

Tints of Celery #B8CF40

Color information

#B8CF40 (or 0xB8CF40) is unknown color: approx Celery. HEX triplet: B8, CF and 40. RGB value is (184,207,64). Sum of RGB (Red+Green+Blue) = 184+207+64=455 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.44% from 455); Green value is 207 (81.25% from 255 or 45.49% from 455); Blue value is 64 (25.39% from 255 or 14.07% from 455); Max value from RGB is 207 - color contains mainly: green. Hex color #B8CF40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8CF40 is #4730BF. Grayscale: #B8B8B8. Windows color (decimal): -4665536 or 4247480. OLE color: 4247480.

HSL color Cylindrical-coordinate representation of color #B8CF40: hue angle of 69.65º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B8CF40 is Cyan = 0.11, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB18420764-
CMYK0.1100.690.19
HSL69.65º59.83%53.14%-
HSV(B)69.65º69.08%81.18%-
XYZ43.0155.1913.24-
YUV183.8260.38128.13-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.44%
GREEN value IS 207 (81.25% from 255) = 45.49%
BLUE value IS 64 (25.39% from 255) = 14.07%
R=40.44%
G=45.49%
B=14.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal184207640.1100.690.1969.6559.8353.14
HexB8CF40B04513463c35
Octal270317100130105231067465
Binary10111000110011111000000101101000101100111000110111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CF40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CF40; }

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

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

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

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

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

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

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

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