Html Css Color HEX #BFC681 Pine Glade

📋 copy color: '#BFC681'

red 191 ◦ green 198 ◦ blue 129

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

Shades of Pine Glade #BFC681

Tints of Pine Glade #BFC681

RGB

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

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

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

R = 36.87%
G = 38.22%
B = 24.9%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#BFC681 (or 0xBFC681) is known color: Pine Glade. HEX triplet: BF, C6 and 81. RGB value is (191,198,129). Sum of RGB (Red+Green+Blue) = 191+198+129=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 198 (77.73% from 255 or 38.22% from 518); Blue value is 129 (50.78% from 255 or 24.90% from 518); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC681 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC681 is #40397E. Grayscale: #BCBCBC. Windows color (decimal): -4209023 or 8505023. OLE color: 8505023.

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

Color convert

RGB 191 198 129 -
CMYK 0.04 0 0.35 0.22
HSL 66.09º 0.38% 0.64% -
HSV(B) 66.09º 0.35% 0.78% -
XYZ 45.64 53.05 28.6 -
YUV 188.04 94.68 130.11 -
System Red Green Blue C M Y K H S L
Decimal 191 198 129 0.04 0 0.35 0.22 66.09 0.38 0.64
Hex BF C6 81 4 0 23 16 42 26 40
Octal 277 306 201 4 0 43 26 102 46 100
Binary 10111111 11000110 10000001 100 0 100011 10110 1000010 100110 1000000

Color Harmonies of #BFC681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC681

Black with #BFC681

Text Example


Text Example

White with #BFC681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC681; }

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

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

background-color css

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

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

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

border-color css

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

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

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