Html Css Color HEX #BFC176 Pine Glade

📋 copy color: '#BFC176'

red 191 ◦ green 193 ◦ blue 118

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

Shades of Pine Glade #BFC176

Tints of Pine Glade #BFC176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 23.51%

R = 38.05%
G = 38.45%
B = 23.51%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#BFC176 (or 0xBFC176) is known color: Pine Glade. HEX triplet: BF, C1 and 76. RGB value is (191,193,118). Sum of RGB (Red+Green+Blue) = 191+193+118=502 (66% of max value = 765). Red value is 191 (75% from 255 or 38.05% from 502); Green value is 193 (75.78% from 255 or 38.45% from 502); Blue value is 118 (46.48% from 255 or 23.51% from 502); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC176 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC176 is #403E89. Grayscale: #B8B8B8. Windows color (decimal): -4210314 or 7782847. OLE color: 7782847.

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

Color convert

RGB 191 193 118 -
CMYK 0.01 0 0.39 0.24
HSL 61.6º 0.38% 0.61% -
HSV(B) 61.6º 0.39% 0.76% -
XYZ 43.83 50.52 24.58 -
YUV 183.85 90.84 133.1 -
System Red Green Blue C M Y K H S L
Decimal 191 193 118 0.01 0 0.39 0.24 61.6 0.38 0.61
Hex BF C1 76 1 0 27 18 3E 26 3D
Octal 277 301 166 1 0 47 30 76 46 75
Binary 10111111 11000001 1110110 1 0 100111 11000 111110 100110 111101

Color Harmonies of #BFC176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC176

Black with #BFC176

Text Example


Text Example

White with #BFC176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC176; }

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

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

background-color css

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

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

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

border-color css

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

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

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