#BDBE4E

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

Shades of Celery #BDBE4E

Tints of Celery #BDBE4E

Color information

#BDBE4E (or 0xBDBE4E) is unknown color: approx Celery. HEX triplet: BD, BE and 4E. RGB value is (189,190,78). Sum of RGB (Red+Green+Blue) = 189+190+78=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 190 (74.61% from 255 or 41.58% from 457); Blue value is 78 (30.86% from 255 or 17.07% from 457); Max value from RGB is 190 - color contains mainly: green. Hex color #BDBE4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBE4E is #4241B1. Grayscale: #B1B1B1. Windows color (decimal): -4342194 or 5160637. OLE color: 5160637.

HSL color Cylindrical-coordinate representation of color #BDBE4E: hue angle of 60.54º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BDBE4E is Cyan = 0.01, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB18919078-
CMYK0.0100.590.25
HSL60.54º46.28%52.55%-
HSV(B)60.54º58.95%74.51%-
XYZ40.7748.214.36-
YUV176.9372.17136.61-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.36%
GREEN value IS 190 (74.61% from 255) = 41.58%
BLUE value IS 78 (30.86% from 255) = 17.07%
R=41.36%
G=41.58%
B=17.07%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal189190780.0100.590.2560.5446.2852.55
HexBDBE4E103B193d2e35
Octal275276116107331755665
Binary101111011011111010011101011101111001111101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBE4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBE4E; }

 p { color: rgb(189,190,78); }

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

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

 a { background-color: rgb(189,190,78); }

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

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

 span { border-color: rgb(189,190,78); }

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