Html Css Color HEX #BCC379 Pine Glade

📋 copy color: '#BCC379'

red 188 ◦ green 195 ◦ blue 121

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

Shades of Pine Glade #BCC379

Tints of Pine Glade #BCC379

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.69%

 BLUE value IS 121 (47.66% from 255) = 24.01%

R = 37.3%
G = 38.69%
B = 24.01%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#BCC379 (or 0xBCC379) is known color: Pine Glade. HEX triplet: BC, C3 and 79. RGB value is (188,195,121). Sum of RGB (Red+Green+Blue) = 188+195+121=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 195 (76.56% from 255 or 38.69% from 504); Blue value is 121 (47.66% from 255 or 24.01% from 504); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC379 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC379 is #433C86. Grayscale: #B8B8B8. Windows color (decimal): -4406407 or 7979964. OLE color: 7979964.

HSL color Cylindrical-coordinate representation of color #BCC379: hue angle of 65.68º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BCC379 is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 195 121 -
CMYK 0.04 0 0.38 0.24
HSL 65.68º 0.38% 0.62% -
HSV(B) 65.68º 0.38% 0.76% -
XYZ 43.71 51.1 25.65 -
YUV 184.47 92.18 130.52 -
System Red Green Blue C M Y K H S L
Decimal 188 195 121 0.04 0 0.38 0.24 65.68 0.38 0.62
Hex BC C3 79 4 0 26 18 42 26 3E
Octal 274 303 171 4 0 46 30 102 46 76
Binary 10111100 11000011 1111001 100 0 100110 11000 1000010 100110 111110

Color Harmonies of #BCC379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC379

Black with #BCC379

Text Example


Text Example

White with #BCC379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC379; }

 p { color: rgb(188,195,121); }

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

background-color css

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

 a { background-color: rgb(188,195,121); }

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

border-color css

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

 span { border-color: rgb(188,195,121); }

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