#BDBB4B

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

Shades of Celery #BDBB4B

Tints of Celery #BDBB4B

Color information

#BDBB4B (or 0xBDBB4B) is unknown color: approx Celery. HEX triplet: BD, BB and 4B. RGB value is (189,187,75). Sum of RGB (Red+Green+Blue) = 189+187+75=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 187 (73.44% from 255 or 41.46% from 451); Blue value is 75 (29.69% from 255 or 16.63% from 451); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBB4B is #4244B4. Grayscale: #AFAFAF. Windows color (decimal): -4342965 or 4963261. OLE color: 4963261.

HSL color Cylindrical-coordinate representation of color #BDBB4B: hue angle of 58.95º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BDBB4B is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB18918775-
CMYK00.010.600.26
HSL58.95º46.34%51.76%-
HSV(B)58.95º60.32%74.12%-
XYZ40.0346.8713.59-
YUV174.8371.66138.11-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.91%
GREEN value IS 187 (73.44% from 255) = 41.46%
BLUE value IS 75 (29.69% from 255) = 16.63%
R=41.91%
G=41.46%
B=16.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891877500.010.600.2658.9546.3451.76
HexBDBB4B013C1A3b2e34
Octal275273113017432735664
Binary101111011011101110010110111110011010111011101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBB4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBB4B; }

 p { color: rgb(189,187,75); }

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

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

 a { background-color: rgb(189,187,75); }

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

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

 span { border-color: rgb(189,187,75); }

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