#BDED62

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

Shades of Conifer #BDED62

Tints of Conifer #BDED62

Color information

#BDED62 (or 0xBDED62) is unknown color: approx Conifer. HEX triplet: BD, ED and 62. RGB value is (189,237,98). Sum of RGB (Red+Green+Blue) = 189+237+98=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 237 (92.97% from 255 or 45.23% from 524); Blue value is 98 (38.67% from 255 or 18.70% from 524); Max value from RGB is 237 - color contains mainly: green. Hex color #BDED62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDED62 is #42129D. Grayscale: #CFCFCF. Windows color (decimal): -4330142 or 6483389. OLE color: 6483389.

HSL color Cylindrical-coordinate representation of color #BDED62: hue angle of 80.72º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BDED62 is Cyan = 0.20, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB18923798-
CMYK0.2000.590.07
HSL80.72º79.43%65.69%-
HSV(B)80.72º58.65%92.94%-
XYZ53.4872.2722.69-
YUV206.866.6115.3-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.07%
GREEN value IS 237 (92.97% from 255) = 45.23%
BLUE value IS 98 (38.67% from 255) = 18.70%
R=36.07%
G=45.23%
B=18.70%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal189237980.2000.590.0780.7279.4365.69
HexBDED621403B7514f42
Octal275355142240737121117102
Binary10111101111011011100010101000111011111101000110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDED62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDED62; }

 p { color: rgb(189,237,98); }

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

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

 a { background-color: rgb(189,237,98); }

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

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

 span { border-color: rgb(189,237,98); }

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