#BDBE3F

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

Shades of Celery #BDBE3F

Tints of Celery #BDBE3F

Color information

#BDBE3F (or 0xBDBE3F) is unknown color: approx Celery. HEX triplet: BD, BE and 3F. RGB value is (189,190,63). Sum of RGB (Red+Green+Blue) = 189+190+63=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 190 (74.61% from 255 or 42.99% from 442); Blue value is 63 (25% from 255 or 14.25% from 442); Max value from RGB is 190 - color contains mainly: green. Hex color #BDBE3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBE3F is #4241C0. Grayscale: #AFAFAF. Windows color (decimal): -4342209 or 4177597. OLE color: 4177597.

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

Color convert

RGB18919063-
CMYK0.0100.670.25
HSL60.47º50.2%49.61%-
HSV(B)60.47º66.84%74.51%-
XYZ40.34811.84-
YUV175.2264.67137.83-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.76%
GREEN value IS 190 (74.61% from 255) = 42.99%
BLUE value IS 63 (25% from 255) = 14.25%
R=42.76%
G=42.99%
B=14.25%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal189190630.0100.670.2560.4750.249.61
HexBDBE3F1043193c3232
Octal275276771010331746262
Binary101111011011111011111110100001111001111100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBE3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBE3F; }

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

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

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

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

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

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

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

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