#BDE76C

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

Shades of Sulu #BDE76C

Tints of Sulu #BDE76C

Color information

#BDE76C (or 0xBDE76C) is unknown color: approx Sulu. HEX triplet: BD, E7 and 6C. RGB value is (189,231,108). Sum of RGB (Red+Green+Blue) = 189+231+108=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 231 (90.62% from 255 or 43.75% from 528); Blue value is 108 (42.58% from 255 or 20.45% from 528); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE76C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDE76C is #421893. Grayscale: #CCCCCC. Windows color (decimal): -4331668 or 7137213. OLE color: 7137213.

HSL color Cylindrical-coordinate representation of color #BDE76C: hue angle of 80.49º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BDE76C is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB189231108-
CMYK0.1800.530.09
HSL80.49º71.93%66.47%-
HSV(B)80.49º53.25%90.59%-
XYZ52.2769.0524.76-
YUV204.4273.59117-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.80%
GREEN value IS 231 (90.62% from 255) = 43.75%
BLUE value IS 108 (42.58% from 255) = 20.45%
R=35.80%
G=43.75%
B=20.45%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1892311080.1800.530.0980.4971.9366.47
HexBDE76C120359504842
Octal2753471542206511120110102
Binary101111011110011111011001001001101011001101000010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE76C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE76C; }

 p { color: rgb(189,231,108); }

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

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

 a { background-color: rgb(189,231,108); }

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

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

 span { border-color: rgb(189,231,108); }

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