Html Css Color HEX #BFCB9F Sprout

📋 copy color: '#BFCB9F'

red 191 ◦ green 203 ◦ blue 159

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

Shades of Sprout #BFCB9F

Tints of Sprout #BFCB9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 28.75%

R = 34.54%
G = 36.71%
B = 28.75%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.22

 K value IS 0.20

RGB Variations

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

Color information

#BFCB9F (or 0xBFCB9F) is known color: Sprout. HEX triplet: BF, CB and 9F. RGB value is (191,203,159). Sum of RGB (Red+Green+Blue) = 191+203+159=553 (73% of max value = 765). Red value is 191 (75% from 255 or 34.54% from 553); Green value is 203 (79.69% from 255 or 36.71% from 553); Blue value is 159 (62.5% from 255 or 28.75% from 553); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCB9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCB9F is #403460. Grayscale: #C2C2C2. Windows color (decimal): -4207713 or 10472383. OLE color: 10472383.

HSL color Cylindrical-coordinate representation of color #BFCB9F: hue angle of 76.36º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFCB9F is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.

Color convert

RGB 191 203 159 -
CMYK 0.06 0 0.22 0.20
HSL 76.36º 0.3% 0.71% -
HSV(B) 76.36º 0.22% 0.8% -
XYZ 49.1 56.29 41.08 -
YUV 194.4 108.02 125.58 -
System Red Green Blue C M Y K H S L
Decimal 191 203 159 0.06 0 0.22 0.20 76.36 0.3 0.71
Hex BF CB 9F 6 0 16 14 4C 1E 47
Octal 277 313 237 6 0 26 24 114 36 107
Binary 10111111 11001011 10011111 110 0 10110 10100 1001100 11110 1000111

Color Harmonies of #BFCB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCB9F

Black with #BFCB9F

Text Example


Text Example

White with #BFCB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCB9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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