#B0BE3F

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

Shades of Celery #B0BE3F

Tints of Celery #B0BE3F

Color information

#B0BE3F (or 0xB0BE3F) is unknown color: approx Celery. HEX triplet: B0, BE and 3F. RGB value is (176,190,63). Sum of RGB (Red+Green+Blue) = 176+190+63=429 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.03% from 429); Green value is 190 (74.61% from 255 or 44.29% from 429); Blue value is 63 (25% from 255 or 14.69% from 429); Max value from RGB is 190 - color contains mainly: green. Hex color #B0BE3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0BE3F is #4F41C0. Grayscale: #ABABAB. Windows color (decimal): -5194177 or 4177584. OLE color: 4177584.

HSL color Cylindrical-coordinate representation of color #B0BE3F: hue angle of 66.61º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B0BE3F is Cyan = 0.07, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB17619063-
CMYK0.0700.670.25
HSL66.61º50.2%49.61%-
HSV(B)66.61º66.84%74.51%-
XYZ37.2246.4211.7-
YUV171.3466.86131.33-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.03%
GREEN value IS 190 (74.61% from 255) = 44.29%
BLUE value IS 63 (25% from 255) = 14.69%
R=41.03%
G=44.29%
B=14.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal176190630.0700.670.2566.6150.249.61
HexB0BE3F704319433232
Octal2602767770103311036262
Binary101100001011111011111111101000011110011000011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BE3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BE3F; }

 p { color: rgb(176,190,63); }

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

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

 a { background-color: rgb(176,190,63); }

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

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

 span { border-color: rgb(176,190,63); }

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