Html Css Color HEX #BFC388 Pine Glade

📋 copy color: '#BFC388'

red 191 ◦ green 195 ◦ blue 136

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

Shades of Pine Glade #BFC388

Tints of Pine Glade #BFC388

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.36%

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

R = 36.59%
G = 37.36%
B = 26.05%

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

#BFC388 (or 0xBFC388) is known color: Pine Glade. HEX triplet: BF, C3 and 88. RGB value is (191,195,136). Sum of RGB (Red+Green+Blue) = 191+195+136=522 (69% of max value = 765). Red value is 191 (75% from 255 or 36.59% from 522); Green value is 195 (76.56% from 255 or 37.36% from 522); Blue value is 136 (53.52% from 255 or 26.05% from 522); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC388 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC388 is #403C77. Grayscale: #BBBBBB. Windows color (decimal): -4209784 or 8963007. OLE color: 8963007.

HSL color Cylindrical-coordinate representation of color #BFC388: hue angle of 64.07º degrees, saturation: 0.33, 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 #BFC388 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB 191 195 136 -
CMYK 0.02 0 0.30 0.24
HSL 64.07º 0.33% 0.65% -
HSV(B) 64.07º 0.3% 0.76% -
XYZ 45.44 51.88 30.91 -
YUV 187.08 99.17 130.8 -
System Red Green Blue C M Y K H S L
Decimal 191 195 136 0.02 0 0.30 0.24 64.07 0.33 0.65
Hex BF C3 88 2 0 1E 18 40 21 41
Octal 277 303 210 2 0 36 30 100 41 101
Binary 10111111 11000011 10001000 10 0 11110 11000 1000000 100001 1000001

Color Harmonies of #BFC388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC388

Black with #BFC388

Text Example


Text Example

White with #BFC388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC388; }

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

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

background-color css

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

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

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

border-color css

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

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

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