Html Css Color HEX #BFC785 Pine Glade

📋 copy color: '#BFC785'

red 191 ◦ green 199 ◦ blue 133

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

Shades of Pine Glade #BFC785

Tints of Pine Glade #BFC785

RGB

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

 GREEN value IS 199 (78.13% from 255) = 38.05%

 BLUE value IS 133 (52.34% from 255) = 25.43%

R = 36.52%
G = 38.05%
B = 25.43%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#BFC785 (or 0xBFC785) is known color: Pine Glade. HEX triplet: BF, C7 and 85. RGB value is (191,199,133). Sum of RGB (Red+Green+Blue) = 191+199+133=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 199 (78.12% from 255 or 38.05% from 523); Blue value is 133 (52.34% from 255 or 25.43% from 523); Max value from RGB is 199 - color contains mainly: green. Hex color #BFC785 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC785 is #40387A. Grayscale: #BDBDBD. Windows color (decimal): -4208763 or 8767423. OLE color: 8767423.

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

Color convert

RGB 191 199 133 -
CMYK 0.04 0 0.33 0.22
HSL 67.27º 0.37% 0.65% -
HSV(B) 67.27º 0.33% 0.78% -
XYZ 46.14 53.62 30.11 -
YUV 189.08 96.35 129.37 -
System Red Green Blue C M Y K H S L
Decimal 191 199 133 0.04 0 0.33 0.22 67.27 0.37 0.65
Hex BF C7 85 4 0 21 16 43 25 41
Octal 277 307 205 4 0 41 26 103 45 101
Binary 10111111 11000111 10000101 100 0 100001 10110 1000011 100101 1000001

Color Harmonies of #BFC785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC785

Black with #BFC785

Text Example


Text Example

White with #BFC785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC785; }

 p { color: rgb(191,199,133); }

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

background-color css

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

 a { background-color: rgb(191,199,133); }

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

border-color css

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

 span { border-color: rgb(191,199,133); }

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