Html Css Color HEX #BCC074 Pine Glade

📋 copy color: '#BCC074'

red 188 ◦ green 192 ◦ blue 116

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

Shades of Pine Glade #BCC074

Tints of Pine Glade #BCC074

RGB

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

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

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

R = 37.9%
G = 38.71%
B = 23.39%

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

#BCC074 (or 0xBCC074) is known color: Pine Glade. HEX triplet: BC, C0 and 74. RGB value is (188,192,116). Sum of RGB (Red+Green+Blue) = 188+192+116=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 192 (75.39% from 255 or 38.71% from 496); Blue value is 116 (45.70% from 255 or 23.39% from 496); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC074 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC074 is #433F8B. Grayscale: #B6B6B6. Windows color (decimal): -4407180 or 7651516. OLE color: 7651516.

HSL color Cylindrical-coordinate representation of color #BCC074: hue angle of 63.16º degrees, saturation: 0.38, 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 #BCC074 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 192 116 -
CMYK 0.02 0 0.40 0.25
HSL 63.16º 0.38% 0.6% -
HSV(B) 63.16º 0.4% 0.75% -
XYZ 42.74 49.65 23.85 -
YUV 182.14 90.67 132.18 -
System Red Green Blue C M Y K H S L
Decimal 188 192 116 0.02 0 0.40 0.25 63.16 0.38 0.6
Hex BC C0 74 2 0 28 19 3F 26 3C
Octal 274 300 164 2 0 50 31 77 46 74
Binary 10111100 11000000 1110100 10 0 101000 11001 111111 100110 111100

Color Harmonies of #BCC074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC074

Black with #BCC074

Text Example


Text Example

White with #BCC074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC074; }

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

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

background-color css

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

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

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

border-color css

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

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

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