#B1BE35

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

Shades of Celery #B1BE35

Tints of Celery #B1BE35

Color information

#B1BE35 (or 0xB1BE35) is unknown color: approx Celery. HEX triplet: B1, BE and 35. RGB value is (177,190,53). Sum of RGB (Red+Green+Blue) = 177+190+53=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 190 (74.61% from 255 or 45.24% from 420); Blue value is 53 (21.09% from 255 or 12.62% from 420); Max value from RGB is 190 - color contains mainly: green. Hex color #B1BE35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1BE35 is #4E41CA. Grayscale: #ABABAB. Windows color (decimal): -5128651 or 3522225. OLE color: 3522225.

HSL color Cylindrical-coordinate representation of color #B1BE35: hue angle of 65.69º degrees, saturation: 0.56, 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 #B1BE35 is Cyan = 0.07, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB17719053-
CMYK0.0700.720.25
HSL65.69º56.38%47.65%-
HSV(B)65.69º72.11%74.51%-
XYZ37.1946.4310.37-
YUV170.4961.69132.64-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.14%
GREEN value IS 190 (74.61% from 255) = 45.24%
BLUE value IS 53 (21.09% from 255) = 12.62%
R=42.14%
G=45.24%
B=12.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal177190530.0700.720.2565.6956.3847.65
HexB1BE35704819423830
Octal2612766570110311027060
Binary101100011011111011010111101001000110011000010111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BE35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BE35; }

 p { color: rgb(177,190,53); }

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

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

 a { background-color: rgb(177,190,53); }

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

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

 span { border-color: rgb(177,190,53); }

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