#BCD774

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

Shades of Sulu #BCD774

Tints of Sulu #BCD774

Color information

#BCD774 (or 0xBCD774) is unknown color: approx Sulu. HEX triplet: BC, D7 and 74. RGB value is (188,215,116). Sum of RGB (Red+Green+Blue) = 188+215+116=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 215 (84.38% from 255 or 41.43% from 519); Blue value is 116 (45.70% from 255 or 22.35% from 519); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD774 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD774 is #43288B. Grayscale: #C4C4C4. Windows color (decimal): -4401292 or 7657404. OLE color: 7657404.

HSL color Cylindrical-coordinate representation of color #BCD774: hue angle of 76.36º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BCD774 is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB188215116-
CMYK0.1300.460.16
HSL76.36º55.31%64.9%-
HSV(B)76.36º46.05%84.31%-
XYZ48.1960.5525.67-
YUV195.6483.05122.55-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.22%
GREEN value IS 215 (84.38% from 255) = 41.43%
BLUE value IS 116 (45.70% from 255) = 22.35%
R=36.22%
G=41.43%
B=22.35%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1882151160.1300.460.1676.3655.3164.9
HexBCD774D02E104c3741
Octal274327164150562011467101
Binary10111100110101111110100110101011101000010011001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD774; }

 p { color: rgb(188,215,116); }

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

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

 a { background-color: rgb(188,215,116); }

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

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

 span { border-color: rgb(188,215,116); }

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