Html Css Color HEX #BCC775 Pine Glade

📋 copy color: '#BCC775'

red 188 ◦ green 199 ◦ blue 117

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

Shades of Pine Glade #BCC775

Tints of Pine Glade #BCC775

RGB

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

 GREEN value IS 199 (78.13% from 255) = 39.48%

 BLUE value IS 117 (46.09% from 255) = 23.21%

R = 37.3%
G = 39.48%
B = 23.21%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#BCC775 (or 0xBCC775) is known color: Pine Glade. HEX triplet: BC, C7 and 75. RGB value is (188,199,117). Sum of RGB (Red+Green+Blue) = 188+199+117=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 199 (78.12% from 255 or 39.48% from 504); Blue value is 117 (46.09% from 255 or 23.21% from 504); Max value from RGB is 199 - color contains mainly: green. Hex color #BCC775 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC775 is #43388A. Grayscale: #BABABA. Windows color (decimal): -4405387 or 7718844. OLE color: 7718844.

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

Color convert

RGB 188 199 117 -
CMYK 0.06 0 0.41 0.22
HSL 68.05º 0.42% 0.62% -
HSV(B) 68.05º 0.41% 0.78% -
XYZ 44.37 52.82 24.69 -
YUV 186.36 88.86 129.17 -
System Red Green Blue C M Y K H S L
Decimal 188 199 117 0.06 0 0.41 0.22 68.05 0.42 0.62
Hex BC C7 75 6 0 29 16 44 2A 3E
Octal 274 307 165 6 0 51 26 104 52 76
Binary 10111100 11000111 1110101 110 0 101001 10110 1000100 101010 111110

Color Harmonies of #BCC775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC775

Black with #BCC775

Text Example


Text Example

White with #BCC775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC775; }

 p { color: rgb(188,199,117); }

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

background-color css

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

 a { background-color: rgb(188,199,117); }

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

border-color css

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

 span { border-color: rgb(188,199,117); }

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