#BDE76B

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

Shades of Sulu #BDE76B

Tints of Sulu #BDE76B

Color information

#BDE76B (or 0xBDE76B) is unknown color: approx Sulu. HEX triplet: BD, E7 and 6B. RGB value is (189,231,107). Sum of RGB (Red+Green+Blue) = 189+231+107=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 231 (90.62% from 255 or 43.83% from 527); Blue value is 107 (42.19% from 255 or 20.30% from 527); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE76B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDE76B is #421894. Grayscale: #CCCCCC. Windows color (decimal): -4331669 or 7071677. OLE color: 7071677.

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

Color convert

RGB189231107-
CMYK0.1800.540.09
HSL80.32º72.09%66.27%-
HSV(B)80.32º53.68%90.59%-
XYZ52.2269.0324.48-
YUV204.3173.09117.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.86%
GREEN value IS 231 (90.62% from 255) = 43.83%
BLUE value IS 107 (42.19% from 255) = 20.30%
R=35.86%
G=43.83%
B=20.30%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1892311070.1800.540.0980.3272.0966.27
HexBDE76B120369504842
Octal2753471532206611120110102
Binary101111011110011111010111001001101101001101000010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE76B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE76B; }

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

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

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

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

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

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

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

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