Html Css Color HEX #BCC874 Pine Glade

📋 copy color: '#BCC874'

red 188 ◦ green 200 ◦ blue 116

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

Shades of Pine Glade #BCC874

Tints of Pine Glade #BCC874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.02%

R = 37.3%
G = 39.68%
B = 23.02%

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

#BCC874 (or 0xBCC874) is known color: Pine Glade. HEX triplet: BC, C8 and 74. RGB value is (188,200,116). Sum of RGB (Red+Green+Blue) = 188+200+116=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 200 (78.52% from 255 or 39.68% from 504); Blue value is 116 (45.70% from 255 or 23.02% from 504); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC874 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC874 is #43378B. Grayscale: #BBBBBB. Windows color (decimal): -4405132 or 7653564. OLE color: 7653564.

HSL color Cylindrical-coordinate representation of color #BCC874: hue angle of 68.57º 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 #BCC874 is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 200 116 -
CMYK 0.06 0 0.42 0.22
HSL 68.57º 0.43% 0.62% -
HSV(B) 68.57º 0.42% 0.78% -
XYZ 44.55 53.26 24.46 -
YUV 186.84 88.02 128.83 -
System Red Green Blue C M Y K H S L
Decimal 188 200 116 0.06 0 0.42 0.22 68.57 0.43 0.62
Hex BC C8 74 6 0 2A 16 45 2B 3E
Octal 274 310 164 6 0 52 26 105 53 76
Binary 10111100 11001000 1110100 110 0 101010 10110 1000101 101011 111110

Color Harmonies of #BCC874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC874

Black with #BCC874

Text Example


Text Example

White with #BCC874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC874; }

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

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

background-color css

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

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

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

border-color css

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

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

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