Html Css Color HEX #BCC475 Pine Glade

📋 copy color: '#BCC475'

red 188 ◦ green 196 ◦ blue 117

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

Shades of Pine Glade #BCC475

Tints of Pine Glade #BCC475

RGB

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

 GREEN value IS 196 (76.95% from 255) = 39.12%

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

R = 37.52%
G = 39.12%
B = 23.35%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#BCC475 (or 0xBCC475) is known color: Pine Glade. HEX triplet: BC, C4 and 75. RGB value is (188,196,117). Sum of RGB (Red+Green+Blue) = 188+196+117=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 196 (76.95% from 255 or 39.12% from 501); Blue value is 117 (46.09% from 255 or 23.35% from 501); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC475 is #433B8A. Grayscale: #B8B8B8. Windows color (decimal): -4406155 or 7718076. OLE color: 7718076.

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

Color convert

RGB 188 196 117 -
CMYK 0.04 0 0.40 0.23
HSL 66.08º 0.4% 0.61% -
HSV(B) 66.08º 0.4% 0.77% -
XYZ 43.69 51.46 24.46 -
YUV 184.6 89.85 130.42 -
System Red Green Blue C M Y K H S L
Decimal 188 196 117 0.04 0 0.40 0.23 66.08 0.4 0.61
Hex BC C4 75 4 0 28 17 42 28 3D
Octal 274 304 165 4 0 50 27 102 50 75
Binary 10111100 11000100 1110101 100 0 101000 10111 1000010 101000 111101

Color Harmonies of #BCC475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC475

Black with #BCC475

Text Example


Text Example

White with #BCC475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC475; }

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

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

background-color css

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

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

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

border-color css

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

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

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