#B0BF35

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

Shades of Celery #B0BF35

Tints of Celery #B0BF35

Color information

#B0BF35 (or 0xB0BF35) is unknown color: approx Celery. HEX triplet: B0, BF and 35. RGB value is (176,191,53). Sum of RGB (Red+Green+Blue) = 176+191+53=420 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.90% from 420); Green value is 191 (75% from 255 or 45.48% from 420); Blue value is 53 (21.09% from 255 or 12.62% from 420); Max value from RGB is 191 - color contains mainly: green. Hex color #B0BF35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0BF35 is #4F40CA. Grayscale: #ABABAB. Windows color (decimal): -5193931 or 3522480. OLE color: 3522480.

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

Color convert

RGB17619153-
CMYK0.0800.720.25
HSL66.52º56.56%47.84%-
HSV(B)66.52º72.25%74.9%-
XYZ37.1846.7510.43-
YUV170.7861.53131.72-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.90%
GREEN value IS 191 (75% from 255) = 45.48%
BLUE value IS 53 (21.09% from 255) = 12.62%
R=41.90%
G=45.48%
B=12.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal176191530.0800.720.2566.5256.5647.84
HexB0BF35804819433930
Octal26027765100110311037160
Binary1011000010111111110101100001001000110011000011111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BF35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BF35; }

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

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

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

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

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

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

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

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