Html Css Color HEX #BFC48A Pine Glade

📋 copy color: '#BFC48A'

red 191 ◦ green 196 ◦ blue 138

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

Shades of Pine Glade #BFC48A

Tints of Pine Glade #BFC48A

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.33%

 BLUE value IS 138 (54.3% from 255) = 26.29%

R = 36.38%
G = 37.33%
B = 26.29%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#BFC48A (or 0xBFC48A) is known color: Pine Glade. HEX triplet: BF, C4 and 8A. RGB value is (191,196,138). Sum of RGB (Red+Green+Blue) = 191+196+138=525 (69% of max value = 765). Red value is 191 (75% from 255 or 36.38% from 525); Green value is 196 (76.95% from 255 or 37.33% from 525); Blue value is 138 (54.30% from 255 or 26.29% from 525); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC48A is #403B75. Grayscale: #BCBCBC. Windows color (decimal): -4209526 or 9094335. OLE color: 9094335.

HSL color Cylindrical-coordinate representation of color #BFC48A: hue angle of 65.17º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFC48A is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB 191 196 138 -
CMYK 0.03 0 0.30 0.23
HSL 65.17º 0.33% 0.65% -
HSV(B) 65.17º 0.3% 0.77% -
XYZ 45.81 52.39 31.74 -
YUV 187.89 99.84 130.22 -
System Red Green Blue C M Y K H S L
Decimal 191 196 138 0.03 0 0.30 0.23 65.17 0.33 0.65
Hex BF C4 8A 3 0 1E 17 41 21 41
Octal 277 304 212 3 0 36 27 101 41 101
Binary 10111111 11000100 10001010 11 0 11110 10111 1000001 100001 1000001

Color Harmonies of #BFC48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC48A

Black with #BFC48A

Text Example


Text Example

White with #BFC48A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC48A; }

 p { color: rgb(191,196,138); }

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

background-color css

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

 a { background-color: rgb(191,196,138); }

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

border-color css

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

 span { border-color: rgb(191,196,138); }

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