#BDE274

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

Shades of Sulu #BDE274

Tints of Sulu #BDE274

Color information

#BDE274 (or 0xBDE274) is unknown color: approx Sulu. HEX triplet: BD, E2 and 74. RGB value is (189,226,116). Sum of RGB (Red+Green+Blue) = 189+226+116=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 226 (88.67% from 255 or 42.56% from 531); Blue value is 116 (45.70% from 255 or 21.85% from 531); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE274 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE274 is #421D8B. Grayscale: #CACACA. Windows color (decimal): -4332940 or 7660221. OLE color: 7660221.

HSL color Cylindrical-coordinate representation of color #BDE274: hue angle of 80.18º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BDE274 is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB189226116-
CMYK0.1600.490.11
HSL80.18º65.48%67.06%-
HSV(B)80.18º48.67%88.63%-
XYZ51.3466.4726.65-
YUV202.479.24118.44-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.59%
GREEN value IS 226 (88.67% from 255) = 42.56%
BLUE value IS 116 (45.70% from 255) = 21.85%
R=35.59%
G=42.56%
B=21.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1892261160.1600.490.1180.1865.4867.06
HexBDE27410031B504143
Octal2753421642006113120101103
Binary101111011110001011101001000001100011011101000010000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE274; }

 p { color: rgb(189,226,116); }

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

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

 a { background-color: rgb(189,226,116); }

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

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

 span { border-color: rgb(189,226,116); }

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