#B6BD35

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

Shades of Celery #B6BD35

Tints of Celery #B6BD35

Color information

#B6BD35 (or 0xB6BD35) is unknown color: approx Celery. HEX triplet: B6, BD and 35. RGB value is (182,189,53). Sum of RGB (Red+Green+Blue) = 182+189+53=424 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.92% from 424); Green value is 189 (74.22% from 255 or 44.58% from 424); Blue value is 53 (21.09% from 255 or 12.5% from 424); Max value from RGB is 189 - color contains mainly: green. Hex color #B6BD35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6BD35 is #4942CA. Grayscale: #ABABAB. Windows color (decimal): -4801227 or 3521974. OLE color: 3521974.

HSL color Cylindrical-coordinate representation of color #B6BD35: hue angle of 63.09º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B6BD35 is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB18218953-
CMYK0.0400.720.26
HSL63.09º56.2%47.45%-
HSV(B)63.09º71.96%74.12%-
XYZ38.1346.610.35-
YUV171.461.18135.56-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.92%
GREEN value IS 189 (74.22% from 255) = 44.58%
BLUE value IS 53 (21.09% from 255) = 12.5%
R=42.92%
G=44.58%
B=12.5%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal182189530.0400.720.2663.0956.247.45
HexB6BD3540481A3f382f
Octal266275654011032777057
Binary10110110101111011101011000100100011010111111111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BD35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BD35; }

 p { color: rgb(182,189,53); }

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

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

 a { background-color: rgb(182,189,53); }

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

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

 span { border-color: rgb(182,189,53); }

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