Html Css Color HEX #BCC07E Pine Glade

📋 copy color: '#BCC07E'

red 188 ◦ green 192 ◦ blue 126

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

Shades of Pine Glade #BCC07E

Tints of Pine Glade #BCC07E

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.94%

 BLUE value IS 126 (49.61% from 255) = 24.9%

R = 37.15%
G = 37.94%
B = 24.9%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BCC07E (or 0xBCC07E) is known color: Pine Glade. HEX triplet: BC, C0 and 7E. RGB value is (188,192,126). Sum of RGB (Red+Green+Blue) = 188+192+126=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 192 (75.39% from 255 or 37.94% from 506); Blue value is 126 (49.61% from 255 or 24.90% from 506); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC07E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC07E is #433F81. Grayscale: #B7B7B7. Windows color (decimal): -4407170 or 8306876. OLE color: 8306876.

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

Color convert

RGB 188 192 126 -
CMYK 0.02 0 0.34 0.25
HSL 63.64º 0.34% 0.62% -
HSV(B) 63.64º 0.34% 0.75% -
XYZ 43.35 49.9 27.08 -
YUV 183.28 95.67 131.37 -
System Red Green Blue C M Y K H S L
Decimal 188 192 126 0.02 0 0.34 0.25 63.64 0.34 0.62
Hex BC C0 7E 2 0 22 19 40 22 3E
Octal 274 300 176 2 0 42 31 100 42 76
Binary 10111100 11000000 1111110 10 0 100010 11001 1000000 100010 111110

Color Harmonies of #BCC07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC07E

Black with #BCC07E

Text Example


Text Example

White with #BCC07E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC07E; }

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

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

background-color css

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

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

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

border-color css

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

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

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