Html Css Color HEX #BCCD78 Pine Glade

📋 copy color: '#BCCD78'

red 188 ◦ green 205 ◦ blue 120

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

Shades of Pine Glade #BCCD78

Tints of Pine Glade #BCCD78

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.96%

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

R = 36.65%
G = 39.96%
B = 23.39%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#BCCD78 (or 0xBCCD78) is known color: Pine Glade. HEX triplet: BC, CD and 78. RGB value is (188,205,120). Sum of RGB (Red+Green+Blue) = 188+205+120=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 205 (80.47% from 255 or 39.96% from 513); Blue value is 120 (47.27% from 255 or 23.39% from 513); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCD78 is #433287. Grayscale: #BEBEBE. Windows color (decimal): -4403848 or 7916988. OLE color: 7916988.

HSL color Cylindrical-coordinate representation of color #BCCD78: hue angle of 72º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BCCD78 is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 205 120 -
CMYK 0.08 0 0.41 0.20
HSL 72º 0.46% 0.64% -
HSV(B) 72º 0.41% 0.8% -
XYZ 45.96 55.71 26.1 -
YUV 190.23 88.37 126.41 -
System Red Green Blue C M Y K H S L
Decimal 188 205 120 0.08 0 0.41 0.20 72 0.46 0.64
Hex BC CD 78 8 0 29 14 48 2E 40
Octal 274 315 170 10 0 51 24 110 56 100
Binary 10111100 11001101 1111000 1000 0 101001 10100 1001000 101110 1000000

Color Harmonies of #BCCD78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCD78

Black with #BCCD78

Text Example


Text Example

White with #BCCD78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCD78; }

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

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

background-color css

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

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

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

border-color css

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

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

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