#BFCC98

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

Shades of Sprout #BFCC98

Tints of Sprout #BFCC98

Color information

#BFCC98 (or 0xBFCC98) is unknown color: approx Sprout. HEX triplet: BF, CC and 98. RGB value is (191,204,152). Sum of RGB (Red+Green+Blue) = 191+204+152=547 (72% of max value = 765). Red value is 191 (75% from 255 or 34.92% from 547); Green value is 204 (80.08% from 255 or 37.29% from 547); Blue value is 152 (59.77% from 255 or 27.79% from 547); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCC98 is #403367. Grayscale: #C2C2C2. Windows color (decimal): -4207464 or 10013887. OLE color: 10013887.

HSL color Cylindrical-coordinate representation of color #BFCC98: hue angle of 75º degrees, saturation: 0.34, 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 #BFCC98 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB191204152-
CMYK0.0600.250.2
HSL75º33.77%69.8%-
HSV(B)75º25.49%80%-
XYZ48.7556.5338.05-
YUV194.18104.19125.73-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.92%
GREEN value IS 204 (80.08% from 255) = 37.29%
BLUE value IS 152 (59.77% from 255) = 27.79%
R=34.92%
G=37.29%
B=27.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1912041520.0600.250.27533.7769.8
HexBFCC986019144b2246
Octal27731423060312411342106
Binary1011111111001100100110001100110011010010010111000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCC98; }

 p { color: rgb(191,204,152); }

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

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

 a { background-color: rgb(191,204,152); }

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

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

 span { border-color: rgb(191,204,152); }

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