Html Css Color HEX #BCCC78 Pine Glade

📋 copy color: '#BCCC78'

red 188 ◦ green 204 ◦ blue 120

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

Shades of Pine Glade #BCCC78

Tints of Pine Glade #BCCC78

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.84%

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

R = 36.72%
G = 39.84%
B = 23.44%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.41

 K value IS 0.2

RGB Variations

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

Color information

#BCCC78 (or 0xBCCC78) is known color: Pine Glade. HEX triplet: BC, CC and 78. RGB value is (188,204,120). Sum of RGB (Red+Green+Blue) = 188+204+120=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 204 (80.08% from 255 or 39.84% from 512); Blue value is 120 (47.27% from 255 or 23.44% from 512); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCC78 is #433387. Grayscale: #BDBDBD. Windows color (decimal): -4404104 or 7916732. OLE color: 7916732.

HSL color Cylindrical-coordinate representation of color #BCCC78: hue angle of 71.43º degrees, saturation: 0.45, 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 #BCCC78 is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.2.

Color convert

RGB 188 204 120 -
CMYK 0.08 0 0.41 0.2
HSL 71.43º 0.45% 0.64% -
HSV(B) 71.43º 0.41% 0.8% -
XYZ 45.72 55.23 26.02 -
YUV 189.64 88.7 126.83 -
System Red Green Blue C M Y K H S L
Decimal 188 204 120 0.08 0 0.41 0.2 71.43 0.45 0.64
Hex BC CC 78 8 0 29 14 47 2D 40
Octal 274 314 170 10 0 51 24 107 55 100
Binary 10111100 11001100 1111000 1000 0 101001 10100 1000111 101101 1000000

Color Harmonies of #BCCC78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCC78

Black with #BCCC78

Text Example


Text Example

White with #BCCC78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCC78; }

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

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

background-color css

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

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

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

border-color css

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

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

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