#B4BD35

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

Shades of Celery #B4BD35

Tints of Celery #B4BD35

Color information

#B4BD35 (or 0xB4BD35) is unknown color: approx Celery. HEX triplet: B4, BD and 35. RGB value is (180,189,53). Sum of RGB (Red+Green+Blue) = 180+189+53=422 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.65% from 422); Green value is 189 (74.22% from 255 or 44.79% from 422); Blue value is 53 (21.09% from 255 or 12.56% from 422); Max value from RGB is 189 - color contains mainly: green. Hex color #B4BD35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4BD35 is #4B42CA. Grayscale: #ABABAB. Windows color (decimal): -4932299 or 3521972. OLE color: 3521972.

HSL color Cylindrical-coordinate representation of color #B4BD35: hue angle of 63.97º 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 #B4BD35 is Cyan = 0.05, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB18018953-
CMYK0.0500.720.26
HSL63.97º56.2%47.45%-
HSV(B)63.97º71.96%74.12%-
XYZ37.6646.3610.33-
YUV170.861.52134.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.65%
GREEN value IS 189 (74.22% from 255) = 44.79%
BLUE value IS 53 (21.09% from 255) = 12.56%
R=42.65%
G=44.79%
B=12.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal180189530.0500.720.2663.9756.247.45
HexB4BD3550481A40382f
Octal2642756550110321007057
Binary101101001011110111010110101001000110101000000111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BD35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BD35; }

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

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

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

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

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

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

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

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