#BDE772

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

Shades of Sulu #BDE772

Tints of Sulu #BDE772

Color information

#BDE772 (or 0xBDE772) is unknown color: approx Sulu. HEX triplet: BD, E7 and 72. RGB value is (189,231,114). Sum of RGB (Red+Green+Blue) = 189+231+114=534 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.39% from 534); Green value is 231 (90.62% from 255 or 43.26% from 534); Blue value is 114 (44.92% from 255 or 21.35% from 534); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE772 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDE772 is #42188D. Grayscale: #CDCDCD. Windows color (decimal): -4331662 or 7530429. OLE color: 7530429.

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

Color convert

RGB189231114-
CMYK0.1800.510.09
HSL81.54º70.91%67.65%-
HSV(B)81.54º50.65%90.59%-
XYZ52.669.1926.5-
YUV205.176.59116.51-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.39%
GREEN value IS 231 (90.62% from 255) = 43.26%
BLUE value IS 114 (44.92% from 255) = 21.35%
R=35.39%
G=43.26%
B=21.35%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1892311140.1800.510.0981.5470.9167.65
HexBDE772120339524744
Octal2753471622206311122107104
Binary101111011110011111100101001001100111001101001010001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE772; }

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

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

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

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

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

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

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

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