Html Css Color HEX #BFCC99 Sprout

📋 copy color: '#BFCC99'

red 191 ◦ green 204 ◦ blue 153

#BFCC99
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sprout #BFCC99

Tints of Sprout #BFCC99

RGB

 RED value IS 191 (75% from 255) = 34.85%

 GREEN value IS 204 (80.08% from 255) = 37.23%

 BLUE value IS 153 (60.16% from 255) = 27.92%

R = 34.85%
G = 37.23%
B = 27.92%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#BFCC99 (or 0xBFCC99) is known color: Sprout. HEX triplet: BF, CC and 99. RGB value is (191,204,153). Sum of RGB (Red+Green+Blue) = 191+204+153=548 (72% of max value = 765). Red value is 191 (75% from 255 or 34.85% from 548); Green value is 204 (80.08% from 255 or 37.23% from 548); Blue value is 153 (60.16% from 255 or 27.92% from 548); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCC99 is #403366. Grayscale: #C2C2C2. Windows color (decimal): -4207463 or 10079423. OLE color: 10079423.

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

Color convert

RGB 191 204 153 -
CMYK 0.06 0 0.25 0.2
HSL 75.29º 0.33% 0.7% -
HSV(B) 75.29º 0.25% 0.8% -
XYZ 48.83 56.56 38.48 -
YUV 194.3 104.69 125.65 -
System Red Green Blue C M Y K H S L
Decimal 191 204 153 0.06 0 0.25 0.2 75.29 0.33 0.7
Hex BF CC 99 6 0 19 14 4B 21 46
Octal 277 314 231 6 0 31 24 113 41 106
Binary 10111111 11001100 10011001 110 0 11001 10100 1001011 100001 1000110

Color Harmonies of #BFCC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCC99

Black with #BFCC99

Text Example


Text Example

White with #BFCC99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCC99; }

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

 H1.HeaderClassName
 {
   color: #BFCC99;
 }
 .AnyTagClassName
 {
   color: #BFCC99;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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