Html Css Color HEX #BFC078 Pine Glade

📋 copy color: '#BFC078'

red 191 ◦ green 192 ◦ blue 120

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

Shades of Pine Glade #BFC078

Tints of Pine Glade #BFC078

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.17%

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

R = 37.97%
G = 38.17%
B = 23.86%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BFC078 (or 0xBFC078) is known color: Pine Glade. HEX triplet: BF, C0 and 78. RGB value is (191,192,120). Sum of RGB (Red+Green+Blue) = 191+192+120=503 (66% of max value = 765). Red value is 191 (75% from 255 or 37.97% from 503); Green value is 192 (75.39% from 255 or 38.17% from 503); Blue value is 120 (47.27% from 255 or 23.86% from 503); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC078 is #403F87. Grayscale: #B7B7B7. Windows color (decimal): -4210568 or 7913663. OLE color: 7913663.

HSL color Cylindrical-coordinate representation of color #BFC078: hue angle of 60.83º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BFC078 is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 192 120 -
CMYK 0.01 0 0.38 0.25
HSL 60.83º 0.36% 0.61% -
HSV(B) 60.83º 0.38% 0.75% -
XYZ 43.73 50.13 25.14 -
YUV 183.49 92.17 133.35 -
System Red Green Blue C M Y K H S L
Decimal 191 192 120 0.01 0 0.38 0.25 60.83 0.36 0.61
Hex BF C0 78 1 0 26 19 3D 24 3D
Octal 277 300 170 1 0 46 31 75 44 75
Binary 10111111 11000000 1111000 1 0 100110 11001 111101 100100 111101

Color Harmonies of #BFC078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC078

Black with #BFC078

Text Example


Text Example

White with #BFC078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC078; }

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

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

background-color css

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

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

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

border-color css

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

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

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