Html Css Color HEX #BFC683 Pine Glade

📋 copy color: '#BFC683'

red 191 ◦ green 198 ◦ blue 131

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

Shades of Pine Glade #BFC683

Tints of Pine Glade #BFC683

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38.08%

 BLUE value IS 131 (51.56% from 255) = 25.19%

R = 36.73%
G = 38.08%
B = 25.19%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#BFC683 (or 0xBFC683) is known color: Pine Glade. HEX triplet: BF, C6 and 83. RGB value is (191,198,131). Sum of RGB (Red+Green+Blue) = 191+198+131=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 198 (77.73% from 255 or 38.08% from 520); Blue value is 131 (51.56% from 255 or 25.19% from 520); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC683 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC683 is #40397C. Grayscale: #BCBCBC. Windows color (decimal): -4209021 or 8636095. OLE color: 8636095.

HSL color Cylindrical-coordinate representation of color #BFC683: hue angle of 66.27º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BFC683 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB 191 198 131 -
CMYK 0.04 0 0.34 0.22
HSL 66.27º 0.37% 0.65% -
HSV(B) 66.27º 0.34% 0.78% -
XYZ 45.78 53.1 29.31 -
YUV 188.27 95.68 129.95 -
System Red Green Blue C M Y K H S L
Decimal 191 198 131 0.04 0 0.34 0.22 66.27 0.37 0.65
Hex BF C6 83 4 0 22 16 42 25 41
Octal 277 306 203 4 0 42 26 102 45 101
Binary 10111111 11000110 10000011 100 0 100010 10110 1000010 100101 1000001

Color Harmonies of #BFC683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC683

Black with #BFC683

Text Example


Text Example

White with #BFC683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC683; }

 p { color: rgb(191,198,131); }

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

background-color css

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

 a { background-color: rgb(191,198,131); }

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

border-color css

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

 span { border-color: rgb(191,198,131); }

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