#BDCE4B

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

Shades of Celery #BDCE4B

Tints of Celery #BDCE4B

Color information

#BDCE4B (or 0xBDCE4B) is unknown color: approx Celery. HEX triplet: BD, CE and 4B. RGB value is (189,206,75). Sum of RGB (Red+Green+Blue) = 189+206+75=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 206 (80.86% from 255 or 43.83% from 470); Blue value is 75 (29.69% from 255 or 15.96% from 470); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCE4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDCE4B is #4231B4. Grayscale: #BABABA. Windows color (decimal): -4338101 or 4968125. OLE color: 4968125.

HSL color Cylindrical-coordinate representation of color #BDCE4B: hue angle of 67.79º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BDCE4B is Cyan = 0.08, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB18920675-
CMYK0.0800.640.19
HSL67.79º57.21%55.1%-
HSV(B)67.79º63.59%80.78%-
XYZ44.3355.4715.03-
YUV185.9865.37130.15-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.21%
GREEN value IS 206 (80.86% from 255) = 43.83%
BLUE value IS 75 (29.69% from 255) = 15.96%
R=40.21%
G=43.83%
B=15.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal189206750.0800.640.1967.7957.2155.1
HexBDCE4B804013443937
Octal275316113100100231047167
Binary10111101110011101001011100001000000100111000100111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCE4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCE4B; }

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

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

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

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

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

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

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

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