Html Css Color HEX #BFC989 Pine Glade

📋 copy color: '#BFC989'

red 191 ◦ green 201 ◦ blue 137

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

Shades of Pine Glade #BFC989

Tints of Pine Glade #BFC989

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38%

 BLUE value IS 137 (53.91% from 255) = 25.9%

R = 36.11%
G = 38%
B = 25.9%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#BFC989 (or 0xBFC989) is known color: Pine Glade. HEX triplet: BF, C9 and 89. RGB value is (191,201,137). Sum of RGB (Red+Green+Blue) = 191+201+137=529 (70% of max value = 765). Red value is 191 (75% from 255 or 36.11% from 529); Green value is 201 (78.91% from 255 or 38.00% from 529); Blue value is 137 (53.91% from 255 or 25.90% from 529); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC989 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC989 is #403676. Grayscale: #BEBEBE. Windows color (decimal): -4208247 or 9030079. OLE color: 9030079.

HSL color Cylindrical-coordinate representation of color #BFC989: hue angle of 69.38º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BFC989 is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB 191 201 137 -
CMYK 0.05 0 0.32 0.21
HSL 69.38º 0.37% 0.66% -
HSV(B) 69.38º 0.32% 0.79% -
XYZ 46.89 54.66 31.75 -
YUV 190.71 97.69 128.2 -
System Red Green Blue C M Y K H S L
Decimal 191 201 137 0.05 0 0.32 0.21 69.38 0.37 0.66
Hex BF C9 89 5 0 20 15 45 25 42
Octal 277 311 211 5 0 40 25 105 45 102
Binary 10111111 11001001 10001001 101 0 100000 10101 1000101 100101 1000010

Color Harmonies of #BFC989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC989

Black with #BFC989

Text Example


Text Example

White with #BFC989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC989; }

 p { color: rgb(191,201,137); }

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

background-color css

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

 a { background-color: rgb(191,201,137); }

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

border-color css

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

 span { border-color: rgb(191,201,137); }

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