Html Css Color HEX #BFCC96 Sprout

📋 copy color: '#BFCC96'

red 191 ◦ green 204 ◦ blue 150

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

Shades of Sprout #BFCC96

Tints of Sprout #BFCC96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 27.52%

R = 35.05%
G = 37.43%
B = 27.52%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.26

 K value IS 0.2

RGB Variations

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

Color information

#BFCC96 (or 0xBFCC96) is known color: Sprout. HEX triplet: BF, CC and 96. RGB value is (191,204,150). Sum of RGB (Red+Green+Blue) = 191+204+150=545 (72% of max value = 765). Red value is 191 (75% from 255 or 35.05% from 545); Green value is 204 (80.08% from 255 or 37.43% from 545); Blue value is 150 (58.98% from 255 or 27.52% from 545); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCC96 is #403369. Grayscale: #C2C2C2. Windows color (decimal): -4207466 or 9882815. OLE color: 9882815.

HSL color Cylindrical-coordinate representation of color #BFCC96: hue angle of 74.44º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFCC96 is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.2.

Color convert

RGB 191 204 150 -
CMYK 0.06 0 0.26 0.2
HSL 74.44º 0.35% 0.69% -
HSV(B) 74.44º 0.26% 0.8% -
XYZ 48.58 56.46 37.19 -
YUV 193.96 103.19 125.89 -
System Red Green Blue C M Y K H S L
Decimal 191 204 150 0.06 0 0.26 0.2 74.44 0.35 0.69
Hex BF CC 96 6 0 1A 14 4A 23 45
Octal 277 314 226 6 0 32 24 112 43 105
Binary 10111111 11001100 10010110 110 0 11010 10100 1001010 100011 1000101

Color Harmonies of #BFCC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCC96

Black with #BFCC96

Text Example


Text Example

White with #BFCC96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCC96; }

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

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

background-color css

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

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

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

border-color css

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

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

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