#BDEA81

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

Shades of Sulu #BDEA81

Tints of Sulu #BDEA81

Color information

#BDEA81 (or 0xBDEA81) is unknown color: approx Sulu. HEX triplet: BD, EA and 81. RGB value is (189,234,129). Sum of RGB (Red+Green+Blue) = 189+234+129=552 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.24% from 552); Green value is 234 (91.80% from 255 or 42.39% from 552); Blue value is 129 (50.78% from 255 or 23.37% from 552); Max value from RGB is 234 - color contains mainly: green. Hex color #BDEA81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEA81 is #42157E. Grayscale: #D0D0D0. Windows color (decimal): -4330879 or 8514237. OLE color: 8514237.

HSL color Cylindrical-coordinate representation of color #BDEA81: hue angle of 85.71º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BDEA81 is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB189234129-
CMYK0.1900.450.08
HSL85.71º71.43%71.18%-
HSV(B)85.71º44.87%91.76%-
XYZ54.3771.2531.66-
YUV208.5883.09114.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.24%
GREEN value IS 234 (91.80% from 255) = 42.39%
BLUE value IS 129 (50.78% from 255) = 23.37%
R=34.24%
G=42.39%
B=23.37%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1892341290.1900.450.0885.7171.4371.18
HexBDEA811302D8564747
Octal2753522012305510126107107
Binary1011110111101010100000011001101011011000101011010001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEA81; }

 p { color: rgb(189,234,129); }

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

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

 a { background-color: rgb(189,234,129); }

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

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

 span { border-color: rgb(189,234,129); }

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