Html Css Color HEX #BFCB9E Sprout

📋 copy color: '#BFCB9E'

red 191 ◦ green 203 ◦ blue 158

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

Shades of Sprout #BFCB9E

Tints of Sprout #BFCB9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 28.62%

R = 34.6%
G = 36.78%
B = 28.62%

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

#BFCB9E (or 0xBFCB9E) is known color: Sprout. HEX triplet: BF, CB and 9E. RGB value is (191,203,158). Sum of RGB (Red+Green+Blue) = 191+203+158=552 (73% of max value = 765). Red value is 191 (75% from 255 or 34.60% from 552); Green value is 203 (79.69% from 255 or 36.78% from 552); Blue value is 158 (62.11% from 255 or 28.62% from 552); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCB9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCB9E is #403461. Grayscale: #C2C2C2. Windows color (decimal): -4207714 or 10406847. OLE color: 10406847.

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

Color convert

RGB 191 203 158 -
CMYK 0.06 0 0.22 0.20
HSL 76º 0.3% 0.71% -
HSV(B) 76º 0.22% 0.8% -
XYZ 49.01 56.26 40.62 -
YUV 194.28 107.52 125.66 -
System Red Green Blue C M Y K H S L
Decimal 191 203 158 0.06 0 0.22 0.20 76 0.3 0.71
Hex BF CB 9E 6 0 16 14 4C 1E 47
Octal 277 313 236 6 0 26 24 114 36 107
Binary 10111111 11001011 10011110 110 0 10110 10100 1001100 11110 1000111

Color Harmonies of #BFCB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCB9E

Black with #BFCB9E

Text Example


Text Example

White with #BFCB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCB9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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