Html Css Color HEX #BFCB9A Sprout

📋 copy color: '#BFCB9A'

red 191 ◦ green 203 ◦ blue 154

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

Shades of Sprout #BFCB9A

Tints of Sprout #BFCB9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 28.1%

R = 34.85%
G = 37.04%
B = 28.1%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.24

 K value IS 0.20

RGB Variations

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

Color information

#BFCB9A (or 0xBFCB9A) is known color: Sprout. HEX triplet: BF, CB and 9A. RGB value is (191,203,154). Sum of RGB (Red+Green+Blue) = 191+203+154=548 (72% of max value = 765). Red value is 191 (75% from 255 or 34.85% from 548); Green value is 203 (79.69% from 255 or 37.04% from 548); Blue value is 154 (60.55% from 255 or 28.10% from 548); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCB9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCB9A is #403465. Grayscale: #C2C2C2. Windows color (decimal): -4207718 or 10144703. OLE color: 10144703.

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

Color convert

RGB 191 203 154 -
CMYK 0.06 0 0.24 0.20
HSL 74.69º 0.32% 0.7% -
HSV(B) 74.69º 0.24% 0.8% -
XYZ 48.67 56.12 38.84 -
YUV 193.83 105.52 125.98 -
System Red Green Blue C M Y K H S L
Decimal 191 203 154 0.06 0 0.24 0.20 74.69 0.32 0.7
Hex BF CB 9A 6 0 18 14 4B 20 46
Octal 277 313 232 6 0 30 24 113 40 106
Binary 10111111 11001011 10011010 110 0 11000 10100 1001011 100000 1000110

Color Harmonies of #BFCB9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCB9A

Black with #BFCB9A

Text Example


Text Example

White with #BFCB9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCB9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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