#BCD97A

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

Shades of Sulu #BCD97A

Tints of Sulu #BCD97A

Color information

#BCD97A (or 0xBCD97A) is unknown color: approx Sulu. HEX triplet: BC, D9 and 7A. RGB value is (188,217,122). Sum of RGB (Red+Green+Blue) = 188+217+122=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 217 (85.16% from 255 or 41.18% from 527); Blue value is 122 (48.05% from 255 or 23.15% from 527); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD97A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD97A is #432685. Grayscale: #C5C5C5. Windows color (decimal): -4400774 or 8051132. OLE color: 8051132.

HSL color Cylindrical-coordinate representation of color #BCD97A: hue angle of 78.32º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BCD97A is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB188217122-
CMYK0.1300.440.15
HSL78.32º55.56%66.47%-
HSV(B)78.32º43.78%85.1%-
XYZ49.0661.7227.74-
YUV197.585.39121.22-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.67%
GREEN value IS 217 (85.16% from 255) = 41.18%
BLUE value IS 122 (48.05% from 255) = 23.15%
R=35.67%
G=41.18%
B=23.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1882171220.1300.440.1578.3255.5666.47
HexBCD97AD02CF4e3842
Octal274331172150541711670102
Binary1011110011011001111101011010101100111110011101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD97A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD97A; }

 p { color: rgb(188,217,122); }

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

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

 a { background-color: rgb(188,217,122); }

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

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

 span { border-color: rgb(188,217,122); }

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