Html Css Color HEX #BFC87A Pine Glade

📋 copy color: '#BFC87A'

red 191 ◦ green 200 ◦ blue 122

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

Shades of Pine Glade #BFC87A

Tints of Pine Glade #BFC87A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 23.78%

R = 37.23%
G = 38.99%
B = 23.78%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#BFC87A (or 0xBFC87A) is known color: Pine Glade. HEX triplet: BF, C8 and 7A. RGB value is (191,200,122). Sum of RGB (Red+Green+Blue) = 191+200+122=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 200 (78.52% from 255 or 38.99% from 513); Blue value is 122 (48.05% from 255 or 23.78% from 513); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC87A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC87A is #403785. Grayscale: #BCBCBC. Windows color (decimal): -4208518 or 8046783. OLE color: 8046783.

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

Color convert

RGB 191 200 122 -
CMYK 0.04 0 0.39 0.22
HSL 66.92º 0.41% 0.63% -
HSV(B) 66.92º 0.39% 0.78% -
XYZ 45.65 53.79 26.39 -
YUV 188.42 90.52 129.84 -
System Red Green Blue C M Y K H S L
Decimal 191 200 122 0.04 0 0.39 0.22 66.92 0.41 0.63
Hex BF C8 7A 4 0 27 16 43 29 3F
Octal 277 310 172 4 0 47 26 103 51 77
Binary 10111111 11001000 1111010 100 0 100111 10110 1000011 101001 111111

Color Harmonies of #BFC87A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC87A

Black with #BFC87A

Text Example


Text Example

White with #BFC87A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC87A; }

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

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

background-color css

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

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

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

border-color css

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

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

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