Html Css Color HEX #BFCB99 Sprout

📋 copy color: '#BFCB99'

red 191 ◦ green 203 ◦ blue 153

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

Shades of Sprout #BFCB99

Tints of Sprout #BFCB99

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.11%

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

R = 34.92%
G = 37.11%
B = 27.97%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#BFCB99 (or 0xBFCB99) is known color: Sprout. HEX triplet: BF, CB and 99. RGB value is (191,203,153). Sum of RGB (Red+Green+Blue) = 191+203+153=547 (72% of max value = 765). Red value is 191 (75% from 255 or 34.92% from 547); Green value is 203 (79.69% from 255 or 37.11% from 547); Blue value is 153 (60.16% from 255 or 27.97% from 547); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCB99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCB99 is #403466. Grayscale: #C1C1C1. Windows color (decimal): -4207719 or 10079167. OLE color: 10079167.

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

Color convert

RGB 191 203 153 -
CMYK 0.06 0 0.25 0.20
HSL 74.4º 0.32% 0.7% -
HSV(B) 74.4º 0.25% 0.8% -
XYZ 48.59 56.09 38.4 -
YUV 193.71 105.02 126.07 -
System Red Green Blue C M Y K H S L
Decimal 191 203 153 0.06 0 0.25 0.20 74.4 0.32 0.7
Hex BF CB 99 6 0 19 14 4A 20 46
Octal 277 313 231 6 0 31 24 112 40 106
Binary 10111111 11001011 10011001 110 0 11001 10100 1001010 100000 1000110

Color Harmonies of #BFCB99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCB99

Black with #BFCB99

Text Example


Text Example

White with #BFCB99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCB99; }

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

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

background-color css

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

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

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

border-color css

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

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

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