Html Css Color HEX #BFC584 Pine Glade

📋 copy color: '#BFC584'

red 191 ◦ green 197 ◦ blue 132

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

Shades of Pine Glade #BFC584

Tints of Pine Glade #BFC584

RGB

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

 GREEN value IS 197 (77.34% from 255) = 37.88%

 BLUE value IS 132 (51.95% from 255) = 25.38%

R = 36.73%
G = 37.88%
B = 25.38%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.33

 K value IS 0.23

RGB Variations

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

Color information

#BFC584 (or 0xBFC584) is known color: Pine Glade. HEX triplet: BF, C5 and 84. RGB value is (191,197,132). Sum of RGB (Red+Green+Blue) = 191+197+132=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 197 (77.34% from 255 or 37.88% from 520); Blue value is 132 (51.95% from 255 or 25.38% from 520); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC584 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC584 is #403A7B. Grayscale: #BCBCBC. Windows color (decimal): -4209276 or 8701375. OLE color: 8701375.

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

Color convert

RGB 191 197 132 -
CMYK 0.03 0 0.33 0.23
HSL 65.54º 0.36% 0.65% -
HSV(B) 65.54º 0.33% 0.77% -
XYZ 45.62 52.67 29.59 -
YUV 187.8 96.51 130.29 -
System Red Green Blue C M Y K H S L
Decimal 191 197 132 0.03 0 0.33 0.23 65.54 0.36 0.65
Hex BF C5 84 3 0 21 17 42 24 41
Octal 277 305 204 3 0 41 27 102 44 101
Binary 10111111 11000101 10000100 11 0 100001 10111 1000010 100100 1000001

Color Harmonies of #BFC584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC584

Black with #BFC584

Text Example


Text Example

White with #BFC584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC584; }

 p { color: rgb(191,197,132); }

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

background-color css

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

 a { background-color: rgb(191,197,132); }

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

border-color css

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

 span { border-color: rgb(191,197,132); }

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