Html Css Color HEX #BCC47B Pine Glade

📋 copy color: '#BCC47B'

red 188 ◦ green 196 ◦ blue 123

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

Shades of Pine Glade #BCC47B

Tints of Pine Glade #BCC47B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 24.26%

R = 37.08%
G = 38.66%
B = 24.26%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#BCC47B (or 0xBCC47B) is known color: Pine Glade. HEX triplet: BC, C4 and 7B. RGB value is (188,196,123). Sum of RGB (Red+Green+Blue) = 188+196+123=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 196 (76.95% from 255 or 38.66% from 507); Blue value is 123 (48.44% from 255 or 24.26% from 507); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC47B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC47B is #433B84. Grayscale: #B9B9B9. Windows color (decimal): -4406149 or 8111292. OLE color: 8111292.

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

Color convert

RGB 188 196 123 -
CMYK 0.04 0 0.37 0.23
HSL 66.58º 0.38% 0.63% -
HSV(B) 66.58º 0.37% 0.77% -
XYZ 44.05 51.6 26.38 -
YUV 185.29 92.85 129.94 -
System Red Green Blue C M Y K H S L
Decimal 188 196 123 0.04 0 0.37 0.23 66.58 0.38 0.63
Hex BC C4 7B 4 0 25 17 43 26 3F
Octal 274 304 173 4 0 45 27 103 46 77
Binary 10111100 11000100 1111011 100 0 100101 10111 1000011 100110 111111

Color Harmonies of #BCC47B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC47B

Black with #BCC47B

Text Example


Text Example

White with #BCC47B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC47B; }

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

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

background-color css

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

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

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

border-color css

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

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

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