#BEDB48

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

Shades of Conifer #BEDB48

Tints of Conifer #BEDB48

Color information

#BEDB48 (or 0xBEDB48) is unknown color: approx Conifer. HEX triplet: BE, DB and 48. RGB value is (190,219,72). Sum of RGB (Red+Green+Blue) = 190+219+72=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 219 (85.94% from 255 or 45.53% from 481); Blue value is 72 (28.52% from 255 or 14.97% from 481); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDB48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEDB48 is #4124B7. Grayscale: #C2C2C2. Windows color (decimal): -4269240 or 4774846. OLE color: 4774846.

HSL color Cylindrical-coordinate representation of color #BEDB48: hue angle of 71.84º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BEDB48 is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB19021972-
CMYK0.1300.670.14
HSL71.84º67.12%57.06%-
HSV(B)71.84º67.12%85.88%-
XYZ47.7462.0815.6-
YUV193.5759.39125.45-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.50%
GREEN value IS 219 (85.94% from 255) = 45.53%
BLUE value IS 72 (28.52% from 255) = 14.97%
R=39.50%
G=45.53%
B=14.97%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal190219720.1300.670.1471.8467.1257.06
HexBEDB48D043E484339
Octal2763331101501031611010371
Binary10111110110110111001000110101000011111010010001000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDB48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDB48; }

 p { color: rgb(190,219,72); }

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

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

 a { background-color: rgb(190,219,72); }

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

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

 span { border-color: rgb(190,219,72); }

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