#BEDD63

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

Shades of Conifer #BEDD63

Tints of Conifer #BEDD63

Color information

#BEDD63 (or 0xBEDD63) is unknown color: approx Conifer. HEX triplet: BE, DD and 63. RGB value is (190,221,99). Sum of RGB (Red+Green+Blue) = 190+221+99=510 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.25% from 510); Green value is 221 (86.72% from 255 or 43.33% from 510); Blue value is 99 (39.06% from 255 or 19.41% from 510); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDD63 is #41229C. Grayscale: #C6C6C6. Windows color (decimal): -4268701 or 6544830. OLE color: 6544830.

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

Color convert

RGB19022199-
CMYK0.1400.550.13
HSL75.25º64.21%62.75%-
HSV(B)75.25º55.2%86.67%-
XYZ49.3463.5621.47-
YUV197.8272.23122.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.25%
GREEN value IS 221 (86.72% from 255) = 43.33%
BLUE value IS 99 (39.06% from 255) = 19.41%
R=37.25%
G=43.33%
B=19.41%

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
Decimal190221990.1400.550.1375.2564.2162.75
HexBEDD63E037D4b403f
Octal276335143160671511310077
Binary1011111011011101110001111100110111110110010111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDD63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDD63; }

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

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

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

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

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

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

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

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