#BDD783

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

Shades of Sulu #BDD783

Tints of Sulu #BDD783

Color information

#BDD783 (or 0xBDD783) is unknown color: approx Sulu. HEX triplet: BD, D7 and 83. RGB value is (189,215,131). Sum of RGB (Red+Green+Blue) = 189+215+131=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 215 (84.38% from 255 or 40.19% from 535); Blue value is 131 (51.56% from 255 or 24.49% from 535); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD783 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD783 is #42287C. Grayscale: #C5C5C5. Windows color (decimal): -4335741 or 8640445. OLE color: 8640445.

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

Color convert

RGB189215131-
CMYK0.1200.390.16
HSL78.57º51.22%67.84%-
HSV(B)78.57º39.07%84.31%-
XYZ49.3861.0630.66-
YUV197.6590.39121.83-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.33%
GREEN value IS 215 (84.38% from 255) = 40.19%
BLUE value IS 131 (51.56% from 255) = 24.49%
R=35.33%
G=40.19%
B=24.49%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1892151310.1200.390.1678.5751.2267.84
HexBDD783C027104f3344
Octal275327203140472011763104
Binary101111011101011110000011110001001111000010011111100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD783; }

 p { color: rgb(189,215,131); }

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

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

 a { background-color: rgb(189,215,131); }

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

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

 span { border-color: rgb(189,215,131); }

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