Html Css Color HEX #BFC288 Pine Glade

📋 copy color: '#BFC288'

red 191 ◦ green 194 ◦ blue 136

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

Shades of Pine Glade #BFC288

Tints of Pine Glade #BFC288

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.24%

 BLUE value IS 136 (53.52% from 255) = 26.1%

R = 36.66%
G = 37.24%
B = 26.1%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#BFC288 (or 0xBFC288) is known color: Pine Glade. HEX triplet: BF, C2 and 88. RGB value is (191,194,136). Sum of RGB (Red+Green+Blue) = 191+194+136=521 (69% of max value = 765). Red value is 191 (75% from 255 or 36.66% from 521); Green value is 194 (76.17% from 255 or 37.24% from 521); Blue value is 136 (53.52% from 255 or 26.10% from 521); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC288 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC288 is #403D77. Grayscale: #BABABA. Windows color (decimal): -4210040 or 8962751. OLE color: 8962751.

HSL color Cylindrical-coordinate representation of color #BFC288: hue angle of 63.1º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFC288 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB 191 194 136 -
CMYK 0.02 0 0.30 0.24
HSL 63.1º 0.32% 0.65% -
HSV(B) 63.1º 0.3% 0.76% -
XYZ 45.22 51.44 30.84 -
YUV 186.49 99.51 131.22 -
System Red Green Blue C M Y K H S L
Decimal 191 194 136 0.02 0 0.30 0.24 63.1 0.32 0.65
Hex BF C2 88 2 0 1E 18 3F 20 41
Octal 277 302 210 2 0 36 30 77 40 101
Binary 10111111 11000010 10001000 10 0 11110 11000 111111 100000 1000001

Color Harmonies of #BFC288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC288

Black with #BFC288

Text Example


Text Example

White with #BFC288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC288; }

 p { color: rgb(191,194,136); }

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

background-color css

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

 a { background-color: rgb(191,194,136); }

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

border-color css

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

 span { border-color: rgb(191,194,136); }

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