#BDDB6E

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

Shades of Sulu #BDDB6E

Tints of Sulu #BDDB6E

Color information

#BDDB6E (or 0xBDDB6E) is unknown color: approx Sulu. HEX triplet: BD, DB and 6E. RGB value is (189,219,110). Sum of RGB (Red+Green+Blue) = 189+219+110=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 219 (85.94% from 255 or 42.28% from 518); Blue value is 110 (43.36% from 255 or 21.24% from 518); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDB6E is #422491. Grayscale: #C6C6C6. Windows color (decimal): -4334738 or 7265213. OLE color: 7265213.

HSL color Cylindrical-coordinate representation of color #BDDB6E: hue angle of 76.51º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BDDB6E is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB189219110-
CMYK0.1400.500.14
HSL76.51º60.22%64.51%-
HSV(B)76.51º49.77%85.88%-
XYZ49.1362.6124.25-
YUV197.678.56121.86-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.49%
GREEN value IS 219 (85.94% from 255) = 42.28%
BLUE value IS 110 (43.36% from 255) = 21.24%
R=36.49%
G=42.28%
B=21.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1892191100.1400.500.1476.5160.2264.51
HexBDDB6EE032E4d3c41
Octal275333156160621611574101
Binary1011110111011011110111011100110010111010011011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDB6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDB6E; }

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

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

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

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

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

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

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

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