Html Css Color HEX #BCC678 Pine Glade

📋 copy color: '#BCC678'

red 188 ◦ green 198 ◦ blue 120

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

Shades of Pine Glade #BCC678

Tints of Pine Glade #BCC678

RGB

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

 GREEN value IS 198 (77.73% from 255) = 39.13%

 BLUE value IS 120 (47.27% from 255) = 23.72%

R = 37.15%
G = 39.13%
B = 23.72%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#BCC678 (or 0xBCC678) is known color: Pine Glade. HEX triplet: BC, C6 and 78. RGB value is (188,198,120). Sum of RGB (Red+Green+Blue) = 188+198+120=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 198 (77.73% from 255 or 39.13% from 506); Blue value is 120 (47.27% from 255 or 23.72% from 506); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC678 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC678 is #433987. Grayscale: #BABABA. Windows color (decimal): -4405640 or 7915196. OLE color: 7915196.

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

Color convert

RGB 188 198 120 -
CMYK 0.05 0 0.39 0.22
HSL 67.69º 0.41% 0.62% -
HSV(B) 67.69º 0.39% 0.78% -
XYZ 44.32 52.44 25.55 -
YUV 186.12 90.69 129.34 -
System Red Green Blue C M Y K H S L
Decimal 188 198 120 0.05 0 0.39 0.22 67.69 0.41 0.62
Hex BC C6 78 5 0 27 16 44 29 3E
Octal 274 306 170 5 0 47 26 104 51 76
Binary 10111100 11000110 1111000 101 0 100111 10110 1000100 101001 111110

Color Harmonies of #BCC678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC678

Black with #BCC678

Text Example


Text Example

White with #BCC678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC678; }

 p { color: rgb(188,198,120); }

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

background-color css

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

 a { background-color: rgb(188,198,120); }

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

border-color css

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

 span { border-color: rgb(188,198,120); }

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