Html Css Color HEX #BFC180 Pine Glade

📋 copy color: '#BFC180'

red 191 ◦ green 193 ◦ blue 128

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

Shades of Pine Glade #BFC180

Tints of Pine Glade #BFC180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 25%

R = 37.3%
G = 37.7%
B = 25%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#BFC180 (or 0xBFC180) is known color: Pine Glade. HEX triplet: BF, C1 and 80. RGB value is (191,193,128). Sum of RGB (Red+Green+Blue) = 191+193+128=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 193 (75.78% from 255 or 37.70% from 512); Blue value is 128 (50.39% from 255 or 25% from 512); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC180 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC180 is #403E7F. Grayscale: #B9B9B9. Windows color (decimal): -4210304 or 8438207. OLE color: 8438207.

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

Color convert

RGB 191 193 128 -
CMYK 0.01 0 0.34 0.24
HSL 61.85º 0.34% 0.63% -
HSV(B) 61.85º 0.34% 0.76% -
XYZ 44.45 50.77 27.88 -
YUV 184.99 95.84 132.29 -
System Red Green Blue C M Y K H S L
Decimal 191 193 128 0.01 0 0.34 0.24 61.85 0.34 0.63
Hex BF C1 80 1 0 22 18 3E 22 3F
Octal 277 301 200 1 0 42 30 76 42 77
Binary 10111111 11000001 10000000 1 0 100010 11000 111110 100010 111111

Color Harmonies of #BFC180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC180

Black with #BFC180

Text Example


Text Example

White with #BFC180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC180; }

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

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

background-color css

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

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

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

border-color css

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

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

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