#BEDD64

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

Shades of Conifer #BEDD64

Tints of Conifer #BEDD64

Color information

#BEDD64 (or 0xBEDD64) is unknown color: approx Conifer. HEX triplet: BE, DD and 64. RGB value is (190,221,100). Sum of RGB (Red+Green+Blue) = 190+221+100=511 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.18% from 511); Green value is 221 (86.72% from 255 or 43.25% from 511); Blue value is 100 (39.45% from 255 or 19.57% from 511); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDD64 is #41229B. Grayscale: #C6C6C6. Windows color (decimal): -4268700 or 6610366. OLE color: 6610366.

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

Color convert

RGB190221100-
CMYK0.1400.550.13
HSL75.37º64.02%62.94%-
HSV(B)75.37º54.75%86.67%-
XYZ49.3963.5821.73-
YUV197.9472.73122.34-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.18%
GREEN value IS 221 (86.72% from 255) = 43.25%
BLUE value IS 100 (39.45% from 255) = 19.57%
R=37.18%
G=43.25%
B=19.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902211000.1400.550.1375.3764.0262.94
HexBEDD64E037D4b403f
Octal276335144160671511310077
Binary1011111011011101110010011100110111110110010111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDD64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDD64; }

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

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

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

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

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

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

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

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