Html Css Color HEX #BFC678 Pine Glade

📋 copy color: '#BFC678'

red 191 ◦ green 198 ◦ blue 120

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

Shades of Pine Glade #BFC678

Tints of Pine Glade #BFC678

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38.9%

 BLUE value IS 120 (47.27% from 255) = 23.58%

R = 37.52%
G = 38.9%
B = 23.58%

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

#BFC678 (or 0xBFC678) is known color: Pine Glade. HEX triplet: BF, C6 and 78. RGB value is (191,198,120). Sum of RGB (Red+Green+Blue) = 191+198+120=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 198 (77.73% from 255 or 38.90% from 509); Blue value is 120 (47.27% from 255 or 23.58% from 509); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC678 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC678 is #403987. Grayscale: #BBBBBB. Windows color (decimal): -4209032 or 7915199. OLE color: 7915199.

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

Color convert

RGB 191 198 120 -
CMYK 0.04 0 0.39 0.22
HSL 65.38º 0.41% 0.62% -
HSV(B) 65.38º 0.39% 0.78% -
XYZ 45.07 52.82 25.59 -
YUV 187.02 90.18 130.84 -
System Red Green Blue C M Y K H S L
Decimal 191 198 120 0.04 0 0.39 0.22 65.38 0.41 0.62
Hex BF C6 78 4 0 27 16 41 29 3E
Octal 277 306 170 4 0 47 26 101 51 76
Binary 10111111 11000110 1111000 100 0 100111 10110 1000001 101001 111110

Color Harmonies of #BFC678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC678

Black with #BFC678

Text Example


Text Example

White with #BFC678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC678; }

 p { color: rgb(191,198,120); }

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

background-color css

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

 a { background-color: rgb(191,198,120); }

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

border-color css

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

 span { border-color: rgb(191,198,120); }

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