Html Css Color HEX #BFC174 Pine Glade

📋 copy color: '#BFC174'

red 191 ◦ green 193 ◦ blue 116

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

Shades of Pine Glade #BFC174

Tints of Pine Glade #BFC174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.2%

R = 38.2%
G = 38.6%
B = 23.2%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#BFC174 (or 0xBFC174) is known color: Pine Glade. HEX triplet: BF, C1 and 74. RGB value is (191,193,116). Sum of RGB (Red+Green+Blue) = 191+193+116=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 193 (75.78% from 255 or 38.6% from 500); Blue value is 116 (45.70% from 255 or 23.2% from 500); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC174 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC174 is #403E8B. Grayscale: #B7B7B7. Windows color (decimal): -4210316 or 7651775. OLE color: 7651775.

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

Color convert

RGB 191 193 116 -
CMYK 0.01 0 0.40 0.24
HSL 61.56º 0.38% 0.61% -
HSV(B) 61.56º 0.4% 0.76% -
XYZ 43.71 50.48 23.96 -
YUV 183.62 89.84 133.26 -
System Red Green Blue C M Y K H S L
Decimal 191 193 116 0.01 0 0.40 0.24 61.56 0.38 0.61
Hex BF C1 74 1 0 28 18 3E 26 3D
Octal 277 301 164 1 0 50 30 76 46 75
Binary 10111111 11000001 1110100 1 0 101000 11000 111110 100110 111101

Color Harmonies of #BFC174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC174

Black with #BFC174

Text Example


Text Example

White with #BFC174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC174; }

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

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

background-color css

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

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

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

border-color css

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

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

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