#BEDD51

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

Shades of Conifer #BEDD51

Tints of Conifer #BEDD51

Color information

#BEDD51 (or 0xBEDD51) is unknown color: approx Conifer. HEX triplet: BE, DD and 51. RGB value is (190,221,81). Sum of RGB (Red+Green+Blue) = 190+221+81=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 81 (32.03% from 255 or 16.46% from 492); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDD51 is #4122AE. Grayscale: #C4C4C4. Windows color (decimal): -4268719 or 5365182. OLE color: 5365182.

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

Color convert

RGB19022181-
CMYK0.1400.630.13
HSL73.29º67.31%59.22%-
HSV(B)73.29º63.35%86.67%-
XYZ48.5863.2517.43-
YUV195.7763.23123.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.62%
GREEN value IS 221 (86.72% from 255) = 44.92%
BLUE value IS 81 (32.03% from 255) = 16.46%
R=38.62%
G=44.92%
B=16.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal190221810.1400.630.1373.2967.3159.22
HexBEDD51E03FD49433b
Octal276335121160771511110373
Binary1011111011011101101000111100111111110110010011000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDD51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDD51; }

 p { color: rgb(190,221,81); }

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

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

 a { background-color: rgb(190,221,81); }

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

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

 span { border-color: rgb(190,221,81); }

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