Html Css Color HEX #BCC577 Pine Glade

📋 copy color: '#BCC577'

red 188 ◦ green 197 ◦ blue 119

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

Shades of Pine Glade #BCC577

Tints of Pine Glade #BCC577

RGB

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

 GREEN value IS 197 (77.34% from 255) = 39.09%

 BLUE value IS 119 (46.88% from 255) = 23.61%

R = 37.3%
G = 39.09%
B = 23.61%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#BCC577 (or 0xBCC577) is known color: Pine Glade. HEX triplet: BC, C5 and 77. RGB value is (188,197,119). Sum of RGB (Red+Green+Blue) = 188+197+119=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 197 (77.34% from 255 or 39.09% from 504); Blue value is 119 (46.88% from 255 or 23.61% from 504); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC577 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC577 is #433A88. Grayscale: #B9B9B9. Windows color (decimal): -4405897 or 7849404. OLE color: 7849404.

HSL color Cylindrical-coordinate representation of color #BCC577: hue angle of 66.92º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BCC577 is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB 188 197 119 -
CMYK 0.05 0 0.40 0.23
HSL 66.92º 0.4% 0.62% -
HSV(B) 66.92º 0.4% 0.77% -
XYZ 44.04 51.96 25.16 -
YUV 185.42 90.52 129.84 -
System Red Green Blue C M Y K H S L
Decimal 188 197 119 0.05 0 0.40 0.23 66.92 0.4 0.62
Hex BC C5 77 5 0 28 17 43 28 3E
Octal 274 305 167 5 0 50 27 103 50 76
Binary 10111100 11000101 1110111 101 0 101000 10111 1000011 101000 111110

Color Harmonies of #BCC577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC577

Black with #BCC577

Text Example


Text Example

White with #BCC577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC577; }

 p { color: rgb(188,197,119); }

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

background-color css

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

 a { background-color: rgb(188,197,119); }

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

border-color css

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

 span { border-color: rgb(188,197,119); }

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