#B0BF44

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

Shades of Celery #B0BF44

Tints of Celery #B0BF44

Color information

#B0BF44 (or 0xB0BF44) is unknown color: approx Celery. HEX triplet: B0, BF and 44. RGB value is (176,191,68). Sum of RGB (Red+Green+Blue) = 176+191+68=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 191 (75% from 255 or 43.91% from 435); Blue value is 68 (26.95% from 255 or 15.63% from 435); Max value from RGB is 191 - color contains mainly: green. Hex color #B0BF44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0BF44 is #4F40BB. Grayscale: #ACACAC. Windows color (decimal): -5193916 or 4505520. OLE color: 4505520.

HSL color Cylindrical-coordinate representation of color #B0BF44: hue angle of 67.32º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B0BF44 is Cyan = 0.08, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB17619168-
CMYK0.0800.640.25
HSL67.32º49%50.78%-
HSV(B)67.32º64.4%74.9%-
XYZ37.5846.9112.54-
YUV172.4969.03130.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.46%
GREEN value IS 191 (75% from 255) = 43.91%
BLUE value IS 68 (26.95% from 255) = 15.63%
R=40.46%
G=43.91%
B=15.63%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal176191680.0800.640.2567.324950.78
HexB0BF44804019433133
Octal260277104100100311036163
Binary10110000101111111000100100001000000110011000011110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BF44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BF44; }

 p { color: rgb(176,191,68); }

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

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

 a { background-color: rgb(176,191,68); }

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

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

 span { border-color: rgb(176,191,68); }

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