Html Css Color HEX #BCBF73 Pine Glade

📋 copy color: '#BCBF73'

red 188 ◦ green 191 ◦ blue 115

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

Shades of Pine Glade #BCBF73

Tints of Pine Glade #BCBF73

RGB

 RED value IS 188 (73.83% from 255) = 38.06%

 GREEN value IS 191 (75% from 255) = 38.66%

 BLUE value IS 115 (45.31% from 255) = 23.28%

R = 38.06%
G = 38.66%
B = 23.28%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BCBF73 (or 0xBCBF73) is known color: Pine Glade. HEX triplet: BC, BF and 73. RGB value is (188,191,115). Sum of RGB (Red+Green+Blue) = 188+191+115=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 191 (75% from 255 or 38.66% from 494); Blue value is 115 (45.31% from 255 or 23.28% from 494); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBF73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBF73 is #43408C. Grayscale: #B5B5B5. Windows color (decimal): -4407437 or 7585724. OLE color: 7585724.

HSL color Cylindrical-coordinate representation of color #BCBF73: hue angle of 62.37º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BCBF73 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 191 115 -
CMYK 0.02 0 0.40 0.25
HSL 62.37º 0.37% 0.6% -
HSV(B) 62.37º 0.4% 0.75% -
XYZ 42.46 49.19 23.48 -
YUV 181.44 90.51 132.68 -
System Red Green Blue C M Y K H S L
Decimal 188 191 115 0.02 0 0.40 0.25 62.37 0.37 0.6
Hex BC BF 73 2 0 28 19 3E 25 3C
Octal 274 277 163 2 0 50 31 76 45 74
Binary 10111100 10111111 1110011 10 0 101000 11001 111110 100101 111100

Color Harmonies of #BCBF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBF73

Black with #BCBF73

Text Example


Text Example

White with #BCBF73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBF73; }

 p { color: rgb(188,191,115); }

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

background-color css

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

 a { background-color: rgb(188,191,115); }

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

border-color css

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

 span { border-color: rgb(188,191,115); }

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