Html Css Color HEX #BFC185 Pine Glade

📋 copy color: '#BFC185'

red 191 ◦ green 193 ◦ blue 133

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

Shades of Pine Glade #BFC185

Tints of Pine Glade #BFC185

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.33%

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

R = 36.94%
G = 37.33%
B = 25.73%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#BFC185 (or 0xBFC185) is known color: Pine Glade. HEX triplet: BF, C1 and 85. RGB value is (191,193,133). Sum of RGB (Red+Green+Blue) = 191+193+133=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 193 (75.78% from 255 or 37.33% from 517); Blue value is 133 (52.34% from 255 or 25.73% from 517); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC185 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC185 is #403E7A. Grayscale: #B9B9B9. Windows color (decimal): -4210299 or 8765887. OLE color: 8765887.

HSL color Cylindrical-coordinate representation of color #BFC185: hue angle of 62º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BFC185 is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB 191 193 133 -
CMYK 0.01 0 0.31 0.24
HSL 62º 0.33% 0.64% -
HSV(B) 62º 0.31% 0.76% -
XYZ 44.79 50.91 29.66 -
YUV 185.56 98.34 131.88 -
System Red Green Blue C M Y K H S L
Decimal 191 193 133 0.01 0 0.31 0.24 62 0.33 0.64
Hex BF C1 85 1 0 1F 18 3E 21 40
Octal 277 301 205 1 0 37 30 76 41 100
Binary 10111111 11000001 10000101 1 0 11111 11000 111110 100001 1000000

Color Harmonies of #BFC185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC185

Black with #BFC185

Text Example


Text Example

White with #BFC185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC185; }

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

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

background-color css

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

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

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

border-color css

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

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

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