#BCCB98

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

Shades of Sprout #BCCB98

Tints of Sprout #BCCB98

Color information

#BCCB98 (or 0xBCCB98) is unknown color: approx Sprout. HEX triplet: BC, CB and 98. RGB value is (188,203,152). Sum of RGB (Red+Green+Blue) = 188+203+152=543 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.62% from 543); Green value is 203 (79.69% from 255 or 37.38% from 543); Blue value is 152 (59.77% from 255 or 27.99% from 543); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCB98 is #433467. Grayscale: #C0C0C0. Windows color (decimal): -4404328 or 10013628. OLE color: 10013628.

HSL color Cylindrical-coordinate representation of color #BCCB98: hue angle of 77.65º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCCB98 is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB188203152-
CMYK0.0700.250.20
HSL77.65º32.9%69.61%-
HSV(B)77.65º25.12%79.61%-
XYZ47.7655.6737.93-
YUV192.7105.03124.65-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.62%
GREEN value IS 203 (79.69% from 255) = 37.38%
BLUE value IS 152 (59.77% from 255) = 27.99%
R=34.62%
G=37.38%
B=27.99%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1882031520.0700.250.2077.6532.969.61
HexBCCB987019144e2146
Octal27431323070312411641106
Binary1011110011001011100110001110110011010010011101000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCB98; }

 p { color: rgb(188,203,152); }

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

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

 a { background-color: rgb(188,203,152); }

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

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

 span { border-color: rgb(188,203,152); }

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