Html Css Color HEX #BCC875 Pine Glade

📋 copy color: '#BCC875'

red 188 ◦ green 200 ◦ blue 117

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

Shades of Pine Glade #BCC875

Tints of Pine Glade #BCC875

RGB

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

 GREEN value IS 200 (78.52% from 255) = 39.6%

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

R = 37.23%
G = 39.6%
B = 23.17%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#BCC875 (or 0xBCC875) is known color: Pine Glade. HEX triplet: BC, C8 and 75. RGB value is (188,200,117). Sum of RGB (Red+Green+Blue) = 188+200+117=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 200 (78.52% from 255 or 39.60% from 505); Blue value is 117 (46.09% from 255 or 23.17% from 505); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC875 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC875 is #43378A. Grayscale: #BBBBBB. Windows color (decimal): -4405131 or 7719100. OLE color: 7719100.

HSL color Cylindrical-coordinate representation of color #BCC875: hue angle of 68.67º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BCC875 is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 200 117 -
CMYK 0.06 0 0.42 0.22
HSL 68.67º 0.43% 0.62% -
HSV(B) 68.67º 0.42% 0.78% -
XYZ 44.6 53.28 24.76 -
YUV 186.95 88.52 128.75 -
System Red Green Blue C M Y K H S L
Decimal 188 200 117 0.06 0 0.42 0.22 68.67 0.43 0.62
Hex BC C8 75 6 0 2A 16 45 2B 3E
Octal 274 310 165 6 0 52 26 105 53 76
Binary 10111100 11001000 1110101 110 0 101010 10110 1000101 101011 111110

Color Harmonies of #BCC875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC875

Black with #BCC875

Text Example


Text Example

White with #BCC875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC875; }

 p { color: rgb(188,200,117); }

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

background-color css

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

 a { background-color: rgb(188,200,117); }

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

border-color css

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

 span { border-color: rgb(188,200,117); }

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