Html Css Color HEX #BFC489 Pine Glade

📋 copy color: '#BFC489'

red 191 ◦ green 196 ◦ blue 137

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

Shades of Pine Glade #BFC489

Tints of Pine Glade #BFC489

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.4%

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

R = 36.45%
G = 37.4%
B = 26.15%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#BFC489 (or 0xBFC489) is known color: Pine Glade. HEX triplet: BF, C4 and 89. RGB value is (191,196,137). Sum of RGB (Red+Green+Blue) = 191+196+137=524 (69% of max value = 765). Red value is 191 (75% from 255 or 36.45% from 524); Green value is 196 (76.95% from 255 or 37.40% from 524); Blue value is 137 (53.91% from 255 or 26.15% from 524); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC489 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC489 is #403B76. Grayscale: #BCBCBC. Windows color (decimal): -4209527 or 9028799. OLE color: 9028799.

HSL color Cylindrical-coordinate representation of color #BFC489: hue angle of 65.08º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFC489 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB 191 196 137 -
CMYK 0.03 0 0.30 0.23
HSL 65.08º 0.33% 0.65% -
HSV(B) 65.08º 0.3% 0.77% -
XYZ 45.74 52.36 31.36 -
YUV 187.78 99.34 130.3 -
System Red Green Blue C M Y K H S L
Decimal 191 196 137 0.03 0 0.30 0.23 65.08 0.33 0.65
Hex BF C4 89 3 0 1E 17 41 21 41
Octal 277 304 211 3 0 36 27 101 41 101
Binary 10111111 11000100 10001001 11 0 11110 10111 1000001 100001 1000001

Color Harmonies of #BFC489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC489

Black with #BFC489

Text Example


Text Example

White with #BFC489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC489; }

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

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

background-color css

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

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

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

border-color css

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

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

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