Html Css Color HEX #BFC87D Pine Glade

📋 copy color: '#BFC87D'

red 191 ◦ green 200 ◦ blue 125

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

Shades of Pine Glade #BFC87D

Tints of Pine Glade #BFC87D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.22%

R = 37.02%
G = 38.76%
B = 24.22%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#BFC87D (or 0xBFC87D) is known color: Pine Glade. HEX triplet: BF, C8 and 7D. RGB value is (191,200,125). Sum of RGB (Red+Green+Blue) = 191+200+125=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 200 (78.52% from 255 or 38.76% from 516); Blue value is 125 (49.22% from 255 or 24.22% from 516); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC87D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC87D is #403782. Grayscale: #BDBDBD. Windows color (decimal): -4208515 or 8243391. OLE color: 8243391.

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

Color convert

RGB 191 200 125 -
CMYK 0.04 0 0.38 0.22
HSL 67.2º 0.41% 0.64% -
HSV(B) 67.2º 0.38% 0.78% -
XYZ 45.84 53.87 27.38 -
YUV 188.76 92.02 129.6 -
System Red Green Blue C M Y K H S L
Decimal 191 200 125 0.04 0 0.38 0.22 67.2 0.41 0.64
Hex BF C8 7D 4 0 26 16 43 29 40
Octal 277 310 175 4 0 46 26 103 51 100
Binary 10111111 11001000 1111101 100 0 100110 10110 1000011 101001 1000000

Color Harmonies of #BFC87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC87D

Black with #BFC87D

Text Example


Text Example

White with #BFC87D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC87D; }

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

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

background-color css

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

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

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

border-color css

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

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

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