Html Css Color HEX #BFC881 Pine Glade

📋 copy color: '#BFC881'

red 191 ◦ green 200 ◦ blue 129

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

Shades of Pine Glade #BFC881

Tints of Pine Glade #BFC881

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.46%

 BLUE value IS 129 (50.78% from 255) = 24.81%

R = 36.73%
G = 38.46%
B = 24.81%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#BFC881 (or 0xBFC881) is known color: Pine Glade. HEX triplet: BF, C8 and 81. RGB value is (191,200,129). Sum of RGB (Red+Green+Blue) = 191+200+129=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 200 (78.52% from 255 or 38.46% from 520); Blue value is 129 (50.78% from 255 or 24.81% from 520); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC881 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC881 is #40377E. Grayscale: #BDBDBD. Windows color (decimal): -4208511 or 8505535. OLE color: 8505535.

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

Color convert

RGB 191 200 129 -
CMYK 0.04 0 0.36 0.22
HSL 67.61º 0.39% 0.65% -
HSV(B) 67.61º 0.36% 0.78% -
XYZ 46.1 53.97 28.76 -
YUV 189.22 94.02 129.27 -
System Red Green Blue C M Y K H S L
Decimal 191 200 129 0.04 0 0.36 0.22 67.61 0.39 0.65
Hex BF C8 81 4 0 24 16 44 27 41
Octal 277 310 201 4 0 44 26 104 47 101
Binary 10111111 11001000 10000001 100 0 100100 10110 1000100 100111 1000001

Color Harmonies of #BFC881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC881

Black with #BFC881

Text Example


Text Example

White with #BFC881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC881; }

 p { color: rgb(191,200,129); }

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

background-color css

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

 a { background-color: rgb(191,200,129); }

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

border-color css

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

 span { border-color: rgb(191,200,129); }

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