Html Css Color HEX #BFC175 Pine Glade

📋 copy color: '#BFC175'

red 191 ◦ green 193 ◦ blue 117

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

Shades of Pine Glade #BFC175

Tints of Pine Glade #BFC175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.35%

R = 38.12%
G = 38.52%
B = 23.35%

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

#BFC175 (or 0xBFC175) is known color: Pine Glade. HEX triplet: BF, C1 and 75. RGB value is (191,193,117). Sum of RGB (Red+Green+Blue) = 191+193+117=501 (66% of max value = 765). Red value is 191 (75% from 255 or 38.12% from 501); Green value is 193 (75.78% from 255 or 38.52% from 501); Blue value is 117 (46.09% from 255 or 23.35% from 501); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC175 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC175 is #403E8A. Grayscale: #B8B8B8. Windows color (decimal): -4210315 or 7717311. OLE color: 7717311.

HSL color Cylindrical-coordinate representation of color #BFC175: hue angle of 61.58º 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 #BFC175 is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB 191 193 117 -
CMYK 0.01 0 0.39 0.24
HSL 61.58º 0.38% 0.61% -
HSV(B) 61.58º 0.39% 0.76% -
XYZ 43.77 50.5 24.27 -
YUV 183.74 90.34 133.18 -
System Red Green Blue C M Y K H S L
Decimal 191 193 117 0.01 0 0.39 0.24 61.58 0.38 0.61
Hex BF C1 75 1 0 27 18 3E 26 3D
Octal 277 301 165 1 0 47 30 76 46 75
Binary 10111111 11000001 1110101 1 0 100111 11000 111110 100110 111101

Color Harmonies of #BFC175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC175

Black with #BFC175

Text Example


Text Example

White with #BFC175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC175; }

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

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

background-color css

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

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

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

border-color css

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

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

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