Html Css Color HEX #BFC883 Pine Glade

📋 copy color: '#BFC883'

red 191 ◦ green 200 ◦ blue 131

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

Shades of Pine Glade #BFC883

Tints of Pine Glade #BFC883

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.31%

 BLUE value IS 131 (51.56% from 255) = 25.1%

R = 36.59%
G = 38.31%
B = 25.1%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#BFC883 (or 0xBFC883) is known color: Pine Glade. HEX triplet: BF, C8 and 83. RGB value is (191,200,131). Sum of RGB (Red+Green+Blue) = 191+200+131=522 (69% of max value = 765). Red value is 191 (75% from 255 or 36.59% from 522); Green value is 200 (78.52% from 255 or 38.31% from 522); Blue value is 131 (51.56% from 255 or 25.10% from 522); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC883 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC883 is #40377C. Grayscale: #BDBDBD. Windows color (decimal): -4208509 or 8636607. OLE color: 8636607.

HSL color Cylindrical-coordinate representation of color #BFC883: hue angle of 67.83º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BFC883 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB 191 200 131 -
CMYK 0.04 0 0.34 0.22
HSL 67.83º 0.39% 0.65% -
HSV(B) 67.83º 0.35% 0.78% -
XYZ 46.24 54.02 29.46 -
YUV 189.44 95.02 129.11 -
System Red Green Blue C M Y K H S L
Decimal 191 200 131 0.04 0 0.34 0.22 67.83 0.39 0.65
Hex BF C8 83 4 0 22 16 44 27 41
Octal 277 310 203 4 0 42 26 104 47 101
Binary 10111111 11001000 10000011 100 0 100010 10110 1000100 100111 1000001

Color Harmonies of #BFC883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC883

Black with #BFC883

Text Example


Text Example

White with #BFC883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC883; }

 p { color: rgb(191,200,131); }

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

background-color css

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

 a { background-color: rgb(191,200,131); }

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

border-color css

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

 span { border-color: rgb(191,200,131); }

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