#BCDC8A

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

Shades of Sulu #BCDC8A

Tints of Sulu #BCDC8A

Color information

#BCDC8A (or 0xBCDC8A) is unknown color: approx Sulu. HEX triplet: BC, DC and 8A. RGB value is (188,220,138). Sum of RGB (Red+Green+Blue) = 188+220+138=546 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.43% from 546); Green value is 220 (86.33% from 255 or 40.29% from 546); Blue value is 138 (54.30% from 255 or 25.27% from 546); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDC8A is #432375. Grayscale: #C9C9C9. Windows color (decimal): -4399990 or 9100476. OLE color: 9100476.

HSL color Cylindrical-coordinate representation of color #BCDC8A: hue angle of 83.41º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BCDC8A is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB188220138-
CMYK0.1500.370.14
HSL83.41º53.95%70.2%-
HSV(B)83.41º37.27%86.27%-
XYZ50.9263.7133.66-
YUV201.0892.4118.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.43%
GREEN value IS 220 (86.33% from 255) = 40.29%
BLUE value IS 138 (54.30% from 255) = 25.27%
R=34.43%
G=40.29%
B=25.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1882201380.1500.370.1483.4153.9570.2
HexBCDC8AF025E533646
Octal274334212170451612366106
Binary10111100110111001000101011110100101111010100111101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDC8A; }

 p { color: rgb(188,220,138); }

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

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

 a { background-color: rgb(188,220,138); }

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

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

 span { border-color: rgb(188,220,138); }

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