Html Css Color HEX #BFC178 Pine Glade

📋 copy color: '#BFC178'

red 191 ◦ green 193 ◦ blue 120

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

Shades of Pine Glade #BFC178

Tints of Pine Glade #BFC178

RGB

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

 GREEN value IS 193 (75.78% from 255) = 38.29%

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

R = 37.9%
G = 38.29%
B = 23.81%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#BFC178 (or 0xBFC178) is known color: Pine Glade. HEX triplet: BF, C1 and 78. RGB value is (191,193,120). Sum of RGB (Red+Green+Blue) = 191+193+120=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 193 (75.78% from 255 or 38.29% from 504); Blue value is 120 (47.27% from 255 or 23.81% from 504); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC178 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC178 is #403E87. Grayscale: #B8B8B8. Windows color (decimal): -4210312 or 7913919. OLE color: 7913919.

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

Color convert

RGB 191 193 120 -
CMYK 0.01 0 0.38 0.24
HSL 61.64º 0.37% 0.61% -
HSV(B) 61.64º 0.38% 0.76% -
XYZ 43.95 50.57 25.21 -
YUV 184.08 91.84 132.94 -
System Red Green Blue C M Y K H S L
Decimal 191 193 120 0.01 0 0.38 0.24 61.64 0.37 0.61
Hex BF C1 78 1 0 26 18 3E 25 3D
Octal 277 301 170 1 0 46 30 76 45 75
Binary 10111111 11000001 1111000 1 0 100110 11000 111110 100101 111101

Color Harmonies of #BFC178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC178

Black with #BFC178

Text Example


Text Example

White with #BFC178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC178; }

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

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

background-color css

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

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

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

border-color css

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

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

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