#BCC07B

Color #BCC07B Pine Glade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Glade #BCC07B

Tints of Pine Glade #BCC07B

Color information

#BCC07B (or 0xBCC07B) is unknown color: approx Pine Glade. HEX triplet: BC, C0 and 7B. RGB value is (188,192,123). Sum of RGB (Red+Green+Blue) = 188+192+123=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 192 (75.39% from 255 or 38.17% from 503); Blue value is 123 (48.44% from 255 or 24.45% from 503); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC07B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC07B is #433F84. Grayscale: #B7B7B7. Windows color (decimal): -4407173 or 8110268. OLE color: 8110268.

HSL color Cylindrical-coordinate representation of color #BCC07B: hue angle of 63.48º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BCC07B is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB188192123-
CMYK0.0200.360.25
HSL63.48º35.38%61.76%-
HSV(B)63.48º35.94%75.29%-
XYZ43.1649.8226.08-
YUV182.9494.17131.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.38%
GREEN value IS 192 (75.39% from 255) = 38.17%
BLUE value IS 123 (48.44% from 255) = 24.45%
R=37.38%
G=38.17%
B=24.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881921230.0200.360.2563.4835.3861.76
HexBCC07B2024193f233e
Octal274300173204431774376
Binary1011110011000000111101110010010011001111111100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC07B; }

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

 H1.HeaderClassName
 {
   color: #BCC07B;
 }
 .AnyTagClassName
 {
   color: #BCC07B;
 }
</style>
background-color css

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

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

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

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

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

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