#BEDF69

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

Shades of Conifer #BEDF69

Tints of Conifer #BEDF69

Color information

#BEDF69 (or 0xBEDF69) is unknown color: approx Conifer. HEX triplet: BE, DF and 69. RGB value is (190,223,105). Sum of RGB (Red+Green+Blue) = 190+223+105=518 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.68% from 518); Green value is 223 (87.5% from 255 or 43.05% from 518); Blue value is 105 (41.41% from 255 or 20.27% from 518); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDF69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDF69 is #412096. Grayscale: #C8C8C8. Windows color (decimal): -4268183 or 6938558. OLE color: 6938558.

HSL color Cylindrical-coordinate representation of color #BEDF69: hue angle of 76.78º 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 #BEDF69 is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB190223105-
CMYK0.1500.530.13
HSL76.78º64.84%64.31%-
HSV(B)76.78º52.91%87.45%-
XYZ50.1764.7423.22-
YUV199.6874.57121.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.68%
GREEN value IS 223 (87.5% from 255) = 43.05%
BLUE value IS 105 (41.41% from 255) = 20.27%
R=36.68%
G=43.05%
B=20.27%

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
Decimal1902231050.1500.530.1376.7864.8464.31
HexBEDF69F035D4d4140
Octal2763371511706515115101100
Binary10111110110111111101001111101101011101100110110000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDF69; }

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

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

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

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

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

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

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

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