#BEDF68

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

Shades of Conifer #BEDF68

Tints of Conifer #BEDF68

Color information

#BEDF68 (or 0xBEDF68) is unknown color: approx Conifer. HEX triplet: BE, DF and 68. RGB value is (190,223,104). Sum of RGB (Red+Green+Blue) = 190+223+104=517 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.75% from 517); Green value is 223 (87.5% from 255 or 43.13% from 517); Blue value is 104 (41.02% from 255 or 20.12% from 517); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDF68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDF68 is #412097. Grayscale: #C8C8C8. Windows color (decimal): -4268184 or 6873022. OLE color: 6873022.

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

Color convert

RGB190223104-
CMYK0.1500.530.13
HSL76.64º65.03%64.12%-
HSV(B)76.64º53.36%87.45%-
XYZ50.1264.7222.95-
YUV199.5774.07121.18-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.75%
GREEN value IS 223 (87.5% from 255) = 43.13%
BLUE value IS 104 (41.02% from 255) = 20.12%
R=36.75%
G=43.13%
B=20.12%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902231040.1500.530.1376.6465.0364.12
HexBEDF68F035D4d4140
Octal2763371501706515115101100
Binary10111110110111111101000111101101011101100110110000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDF68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDF68; }

 p { color: rgb(190,223,104); }

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

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

 a { background-color: rgb(190,223,104); }

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

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

 span { border-color: rgb(190,223,104); }

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