#BDBE4C

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

Shades of Celery #BDBE4C

Tints of Celery #BDBE4C

Color information

#BDBE4C (or 0xBDBE4C) is unknown color: approx Celery. HEX triplet: BD, BE and 4C. RGB value is (189,190,76). Sum of RGB (Red+Green+Blue) = 189+190+76=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 190 (74.61% from 255 or 41.76% from 455); Blue value is 76 (30.08% from 255 or 16.70% from 455); Max value from RGB is 190 - color contains mainly: green. Hex color #BDBE4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBE4C is #4241B3. Grayscale: #B1B1B1. Windows color (decimal): -4342196 or 5029565. OLE color: 5029565.

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

Color convert

RGB18919076-
CMYK0.0100.600.25
HSL60.53º46.72%52.16%-
HSV(B)60.53º60%74.51%-
XYZ40.748.1713.99-
YUV176.771.17136.77-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.54%
GREEN value IS 190 (74.61% from 255) = 41.76%
BLUE value IS 76 (30.08% from 255) = 16.70%
R=41.54%
G=41.76%
B=16.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal189190760.0100.600.2560.5346.7252.16
HexBDBE4C103C193d2f34
Octal275276114107431755764
Binary101111011011111010011001011110011001111101101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBE4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBE4C; }

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

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

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

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

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

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

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

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