Html Css Color HEX #BCBD73 Pine Glade

📋 copy color: '#BCBD73'

red 188 ◦ green 189 ◦ blue 115

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

Shades of Pine Glade #BCBD73

Tints of Pine Glade #BCBD73

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.41%

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

R = 38.21%
G = 38.41%
B = 23.37%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BCBD73 (or 0xBCBD73) is known color: Pine Glade. HEX triplet: BC, BD and 73. RGB value is (188,189,115). Sum of RGB (Red+Green+Blue) = 188+189+115=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 189 (74.22% from 255 or 38.41% from 492); Blue value is 115 (45.31% from 255 or 23.37% from 492); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBD73 is #43428C. Grayscale: #B4B4B4. Windows color (decimal): -4407949 or 7585212. OLE color: 7585212.

HSL color Cylindrical-coordinate representation of color #BCBD73: hue angle of 60.81º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BCBD73 is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 189 115 -
CMYK 0.01 0 0.39 0.26
HSL 60.81º 0.36% 0.6% -
HSV(B) 60.81º 0.39% 0.74% -
XYZ 42.03 48.32 23.33 -
YUV 180.27 91.17 133.52 -
System Red Green Blue C M Y K H S L
Decimal 188 189 115 0.01 0 0.39 0.26 60.81 0.36 0.6
Hex BC BD 73 1 0 27 1A 3D 24 3C
Octal 274 275 163 1 0 47 32 75 44 74
Binary 10111100 10111101 1110011 1 0 100111 11010 111101 100100 111100

Color Harmonies of #BCBD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBD73

Black with #BCBD73

Text Example


Text Example

White with #BCBD73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBD73; }

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

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

background-color css

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

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

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

border-color css

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

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

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