Html Css Color HEX #BFC072 Pine Glade

📋 copy color: '#BFC072'

red 191 ◦ green 192 ◦ blue 114

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

Shades of Pine Glade #BFC072

Tints of Pine Glade #BFC072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.94%

R = 38.43%
G = 38.63%
B = 22.94%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BFC072 (or 0xBFC072) is known color: Pine Glade. HEX triplet: BF, C0 and 72. RGB value is (191,192,114). Sum of RGB (Red+Green+Blue) = 191+192+114=497 (65% of max value = 765). Red value is 191 (75% from 255 or 38.43% from 497); Green value is 192 (75.39% from 255 or 38.63% from 497); Blue value is 114 (44.92% from 255 or 22.94% from 497); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC072 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC072 is #403F8D. Grayscale: #B7B7B7. Windows color (decimal): -4210574 or 7520447. OLE color: 7520447.

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

Color convert

RGB 191 192 114 -
CMYK 0.01 0 0.41 0.25
HSL 60.77º 0.38% 0.6% -
HSV(B) 60.77º 0.41% 0.75% -
XYZ 43.37 49.99 23.28 -
YUV 182.81 89.17 133.84 -
System Red Green Blue C M Y K H S L
Decimal 191 192 114 0.01 0 0.41 0.25 60.77 0.38 0.6
Hex BF C0 72 1 0 29 19 3D 26 3C
Octal 277 300 162 1 0 51 31 75 46 74
Binary 10111111 11000000 1110010 1 0 101001 11001 111101 100110 111100

Color Harmonies of #BFC072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC072

Black with #BFC072

Text Example


Text Example

White with #BFC072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC072; }

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

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

background-color css

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

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

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

border-color css

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

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

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