#BDE06E

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

Shades of Sulu #BDE06E

Tints of Sulu #BDE06E

Color information

#BDE06E (or 0xBDE06E) is unknown color: approx Sulu. HEX triplet: BD, E0 and 6E. RGB value is (189,224,110). Sum of RGB (Red+Green+Blue) = 189+224+110=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 224 (87.89% from 255 or 42.83% from 523); Blue value is 110 (43.36% from 255 or 21.03% from 523); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE06E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE06E is #421F91. Grayscale: #C8C8C8. Windows color (decimal): -4333458 or 7266493. OLE color: 7266493.

HSL color Cylindrical-coordinate representation of color #BDE06E: hue angle of 78.42º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BDE06E is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB189224110-
CMYK0.1600.510.12
HSL78.42º64.77%65.49%-
HSV(B)78.42º50.89%87.84%-
XYZ50.4665.2624.69-
YUV200.5476.9119.77-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.14%
GREEN value IS 224 (87.89% from 255) = 42.83%
BLUE value IS 110 (43.36% from 255) = 21.03%
R=36.14%
G=42.83%
B=21.03%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1892241100.1600.510.1278.4264.7765.49
HexBDE06E10033C4e4141
Octal2753401562006314116101101
Binary101111011110000011011101000001100111100100111010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE06E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE06E; }

 p { color: rgb(189,224,110); }

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

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

 a { background-color: rgb(189,224,110); }

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

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

 span { border-color: rgb(189,224,110); }

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